Skip to main content
Ctrl+K
Logo image

COMPAS RRC

  • COMPAS RRC
  • Getting started
  • API Reference
    • Main concepts
    • Instructions
    • Custom instructions
  • Relevant links
  • Contributor’s Guide
  • Software Architecture
  • Authors
  • Citing
COMPAS.dev
  • API Reference
  • Instructions
  • GetFrame

GetFrame

class compas_rrc.GetFrame[source]

Bases: GetRobtarget

Instruction to request the current frame (compas.geometry.Frame) of the robot.

Examples

# Get frame
frame = abb.send_and_wait(rrc.GetFrame())

RAPID Instruction: CRobT

Note

For additional help, check the ABB Reference Manual.

Methods

parse_feedback

Parses the result as a compas.geometry.Frame.

Inherited Methods

from_msg

parse

Parses a msg in various possible input formats and tries to return an instance of the class that wraps it.

On this page
  • GetFrame

© Copyright 2019-2024, ETH Zurich.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.