Skip to content

Commit

Permalink
Update src/compas_fab/robots/semantics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Casas <[email protected]>
  • Loading branch information
yck011522 and gonzalocasas authored Apr 19, 2024
1 parent 0669e49 commit d7fa5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_fab/robots/semantics.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def get_all_configurable_joints(self):
"""Get all configurable :class:`compas_robots.model.Joint` of the robot.
Configurable joints are joints that can be controlled,
aka, not ``Joint.FIXED``, not mimicking another joint and not a passive joint.
i.e., not ``Joint.FIXED``, not mimicking another joint and not a passive joint.
See :meth:`compas_robots.model.Joint.is_configurable` for more details.
Returns
Expand Down

0 comments on commit d7fa5e8

Please sign in to comment.