ToolModel.get_configurable_joints
- ToolModel.get_configurable_joints()[source]
Returns the configurable joints.
- Returns
list of (class: compas.robots.Joint)
Examples
>>> joints = robot.get_configurable_joints() >>> [j.name for j in joints] ['joint1', 'joint2']