Skip to content

Commit e1330e4

Browse files
committed
Fix docs
1 parent 42c4aaa commit e1330e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/backends/ros/backend_features/move_it_inverse_kinematics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def inverse_kinematics(self, robot, frame_WCF, start_configuration=None, group=N
6464
- ``"attempts"``: (:obj:`int`, optional) The maximum number of inverse kinematic attempts.
6565
Defaults to ``8``.
6666
- ``"attached_collision_meshes"``: (:obj:`list` of :class:`compas_fab.robots.AttachedCollisionMesh`, optional)
67-
Defaults to `None`.
67+
Defaults to ``None``.
6868
6969
Raises
7070
------

0 commit comments

Comments
 (0)