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 6, 2024
1 parent 9cfbaa1 commit 1f4905a
Show file tree
Hide file tree
Showing 2 changed files with 17 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
16 changes: 16 additions & 0 deletions control_msgs/action/AntipodalGripperCommand.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Antipodal grippers refer to an end effector where two opposing fingers grasp an object from opposite sides.
sensor_msgs/JointState command # The velocity and effort fields are optional and not used if empty.
---
sensor_msgs/JointState state # The current gripper state.
# position refers to the gap size (in meters).
# Optional: velocity refers to the Cartesian velocity of the finger right finger.
# effort refers to 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
---
sensor_msgs/JointState state # The current gripper state.
# position refers to the gap size (in meters).
# Optional: velocity refers to the Cartesian velocity of the finger right finger.
# effort refers to 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 1f4905a

Please sign in to comment.