Skip to content

Commit 92a3d47

Browse files
mamueluthdestogl
authored andcommitted
Update actions, add action for Gripper (open/close) and setting a
configuration of a gripepr for gripper_io_controller
1 parent 54c9bd0 commit 92a3d47

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

control_msgs/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ set(action_files
4949
action/JointTrajectory.action
5050
action/PointHead.action
5151
action/SingleJointPosition.action
52+
action/Gripper.action
53+
action/SetGripperConfig.action
5254
)
5355

5456
set(srv_files

control_msgs/action/Gripper.action

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bool open
2+
---
3+
bool success
4+
string message
5+
---
6+
uint8 state
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
string config_name
2+
---
3+
bool result
4+
string status
5+
---
6+
uint8 state

0 commit comments

Comments
 (0)