ToolModel.get_joint_types
-
ToolModel.
get_joint_types
() Returns the joint types of the configurable joints.
- Returns
list of int
Examples
>>> robot.get_joint_types() == [Joint.CONTINUOUS, Joint.CONTINUOUS] True
ToolModel.
get_joint_types
()Returns the joint types of the configurable joints.
list of int
Examples
>>> robot.get_joint_types() == [Joint.CONTINUOUS, Joint.CONTINUOUS]
True