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 cbf637d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(msg_files
)

set(action_files
action/AntipodalGripperCommand.action
action/FollowJointTrajectory.action
action/GripperCommand.action
action/JointTrajectory.action
Expand Down
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 cbf637d

Please sign in to comment.