RobotModel.get_joint_types
- RobotModel.get_joint_types()[source]
Returns the joint types of the configurable joints.
- Returns
list[int] – List of joint types in the robot model.
Examples
>>> robot = RobotModel.ur5() >>> robot.get_joint_types() == [Joint.REVOLUTE] * 6 True