GetFrame

class compas_rrc.GetFrame[source]

Bases: compas_rrc.utility.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

__init__()

Create a new instance of the instruction.

from_msg(msg)

parse_feedback(result)

Parses the result as a compas.geometry.Frame.