class CartesianWaypoint

June 4, 2021 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
posePoseTarget Cartesian PoseTo set pose, you simply assign a value directly to a field within pose. You can also use the parent message's HasField() method to check if a message type field value has been set.
reference_frameintThe reference frame used for the goal PoseYou can manipulate the field reference_frame as if it were a regular field. To clear the value of reference_frame and reset it to the default value for its type, you call the ClearField() method of the Message interface.
maximum_linear_velocityfloatMaximum linear velocity (in m/s) during movement (optional)You can manipulate the field maximum_linear_velocity as if it were a regular field. To clear the value of maximum_linear_velocity and reset it to the default value for its type, you call the ClearField() method of the Message interface.
maximum_angular_velocityfloatMaximum angular velocity (in deg/s) during movement (optional)You can manipulate the field maximum_angular_velocity as if it were a regular field. To clear the value of maximum_angular_velocity and reset it to the default value for its type, you call the ClearField() method of the Message interface.
blending_radiusfloatBlending radius (in m) to use for the movement (if this waypoint is not an endpoint).You can manipulate the field blending_radius as if it were a regular field. To clear the value of blending_radius and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)