Skip to content

Commit 54c9bd0

Browse files
committed
Added IOGripperController msgs.
1 parent fc9633c commit 54c9bd0

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

control_msgs/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ set(msg_files
3939
msg/SingleDOFStateStamped.msg
4040
msg/SteeringControllerStatus.msg
4141
msg/SpeedScalingFactor.msg
42+
msg/IoGripperSensor.msg
4243
)
4344

4445
set(action_files
@@ -53,6 +54,7 @@ set(action_files
5354
set(srv_files
5455
srv/QueryCalibrationState.srv
5556
srv/QueryTrajectoryState.srv
57+
srv/SetConfig.srv
5658
)
5759

5860
rosidl_generate_interfaces(${PROJECT_NAME}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bool state

control_msgs/srv/SetConfig.srv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
string config_name
2+
---
3+
bool result
4+
string status

0 commit comments

Comments
 (0)