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 13, 2024
1 parent 9cfbaa1 commit 1b36b4f
Show file tree
Hide file tree
Showing 2 changed files with 15 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
14 changes: 14 additions & 0 deletions control_msgs/action/AntipodalGripperCommand.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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 of each joint (radians or meters)
# optional: velocity of each joint (radians or meters / second)
# optional: effort of each joint (Newtons or Newton-meters)
---
sensor_msgs/JointState state # The current gripper state.
# position of each joint (radians or meters)
# optional: velocity of each joint (radians or meters / second)
# optional: effort of each joint (Newtons or Newton-meters)
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 1b36b4f

Please sign in to comment.