Skip to content

Commit e4fc335

Browse files
Update src/compas_fab/backends/ros/backend_features/move_it_inverse_kinematics.py
Co-authored-by: beverlylytle <[email protected]>
1 parent 6a865e9 commit e4fc335

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
@@ -62,7 +62,7 @@ def inverse_kinematics(self, robot, frame_WCF, start_configuration=None, group=N
6262
A set of constraints that the request must obey.
6363
Defaults to ``None``.
6464
- ``"attempts"``: (:obj:`int`, optional) The maximum number of inverse kinematic attempts.
65-
Defaults to `8`.
65+
Defaults to ``8``.
6666
- ``"attached_collision_meshes"``: (:obj:`list` of :class:`compas_fab.robots.AttachedCollisionMesh`, optional)
6767
Defaults to `None`.
6868

0 commit comments

Comments
 (0)