Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 773 Bytes

File metadata and controls

11 lines (7 loc) · 773 Bytes

class IKData

Member values

Member name Data type Description Usage
cartesian_pose Pose Cartesian pose of the end effector used to calculate the corresponding joint angles To set cartesian_pose, you simply assign a value directly to a field within cartesian_pose. You can also use the parent message's HasField() method to check if a message type field value has been set.
guess JointAngles Initial guess for the joint angles To set guess, you simply assign a value directly to a field within guess. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)