RobotSemantics.get_configurable_joints
- RobotSemantics.get_configurable_joints(group=None)[source]
Get all configurable
compas_robots.model.Jointof a planning group.Configurable joints are joints that can be controlled, i.e., not
Joint.FIXED, not mimicking another joint and not a passive joint. Seecompas_robots.model.Joint.is_configurable()for more details.- Parameters:
- group
str, optional The name of the planning group. Defaults to the main planning group.
- group
- Returns:
listofcompas_robots.model.JointA list of configurable joints.