RobotSemantics.get_configurable_joints
- RobotSemantics.get_configurable_joints(group=None)[source]
Get all configurable
compas_robots.model.Joint
of 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:
list
ofcompas_robots.model.Joint
A list of configurable joints.