GetFrame
-
class
compas_rrc.GetFrame[source] Bases:
compas_rrc.utility.GetRobtargetInstruction to request the current frame (
compas.geometry.Frame) of the robot.Examples
# Get frame frame = abb.send_and_wait(rrc.GetFrame())RAPID Instruction:
CRobTNote
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.