MoveToJoints.__init__
- MoveToJoints.__init__(joints, ext_axes, speed, zone, feedback_level=0)[source]
Create a new instance of the instruction.
- Parameters
joints (
compas_rrc.RobotJointsorlistoffloat) – Robot joint positions.ext_axes (
compas_rrc.ExternalAxesorlistoffloat) – External axes positions.speed (
float) – Integer specifying TCP translational speed in mm/s. Min=``0.01``.zone (
Zone) – Zone data. Predefined in the robot controller, only ZoneZone.FINEwill do a stop point all others are fly by pointsfeedback_level (
int) – Defines the feedback level requested from the robot. Defaults toFeedbackLevel.NONE. UseFeedbackLevel.DONEandZone.FINEtogether to make sure the motion planner has executed the instruction fully.