MoveToFrame
- class compas_rrc.MoveToFrame[source]
Bases:
MoveGeneric
Move to frame is a call that moves the robot in cartesian space. The external axes (if any) will stay in the same position.
Examples
# Get frame frame = abb.send_and_wait(rrc.GetFrame()) # Print received values print(frame) # Change any frame value and move robot to new position frame.point[0] += 50 speed = 100 # Unit [mm/s] done = abb.send_and_wait(rrc.MoveToFrame(frame, speed, rrc.Zone.FINE, rrc.Motion.LINEAR))
RAPID Instruction:
MoveJ
orMoveL
Note
For additional help, check the ABB Reference Manual.
Inherited Methods
Parses a msg in various possible input formats and tries to return an instance of the class that wraps it.