Skip to content

Commit

Permalink
docs(SetGripperWidth): improve 'grasping' description
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 5, 2024
1 parent 4357446 commit 158fcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda_gazebo/srv/SetGripperWidth.srv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# sets the speed to the maximum speed. It further clips gripper width such that it is within
# the set max/min boundaries.
float64 width # Gripper width - ignored when the gripper is grasping.
bool grasping # The gripper simply moves if this is `false`.
bool grasping # The gripper simply moves if this is `false` ignoring the 'max_effort'.
float64 max_effort # The max effort used by the gripper.
bool wait
duration timeout # Action server timeout. If set to 0, no timeout is used and action waits indefinitely.
Expand Down

0 comments on commit 158fcb2

Please sign in to comment.