Skip to content

Commit

Permalink
add action for new gripper controller
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <[email protected]>
  • Loading branch information
pac48 committed Feb 1, 2024
1 parent 9cfbaa1 commit b891826
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions control_msgs/action/AntipodalGripperCommand.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sensor_msgs/JointState command # The velocity and effort fields are optionally and not used if empty.
---
float64 position # The current gripper gap size (in meters)
float64 effort # The current effort exerted (in Newtons)
bool stalled # True iff the gripper is exerting max effort and not moving
bool reached_goal # True iff the gripper position has reached the commanded setpoint
---
float64 position # The current gripper gap size (in meters)
float64 effort # The current effort exerted (in Newtons)
bool stalled # True iff the gripper is exerting max effort and not moving
bool reached_goal # True iff the gripper position has reached the commanded setpoint

0 comments on commit b891826

Please sign in to comment.