add pose to Arm.action result
This commit is contained in:
@@ -25,9 +25,13 @@ set(action_files
|
||||
action/HandControl.action
|
||||
action/LegControl.action
|
||||
action/VisionGraspObject.action
|
||||
action/SlamMode.action
|
||||
action/Arm.action
|
||||
)
|
||||
set(srv_files
|
||||
srv/VisionObjectRecognition.srv
|
||||
srv/MapLoad.srv
|
||||
srv/MapSave.srv
|
||||
)
|
||||
|
||||
# uncomment the following section in order to fill in
|
||||
|
||||
@@ -8,6 +8,7 @@ float64[] data_array
|
||||
int32 result
|
||||
int64 command_id
|
||||
int64 end_time
|
||||
geometry_msgs/Pose pose
|
||||
---
|
||||
int64 command_id
|
||||
int16 int_lenth
|
||||
|
||||
6
src/action/SlamMode.action
Normal file
6
src/action/SlamMode.action
Normal file
@@ -0,0 +1,6 @@
|
||||
bool enable_mapping
|
||||
---
|
||||
bool success
|
||||
string message
|
||||
---
|
||||
string state
|
||||
4
src/srv/MapLoad.srv
Normal file
4
src/srv/MapLoad.srv
Normal file
@@ -0,0 +1,4 @@
|
||||
string map_url
|
||||
---
|
||||
bool success
|
||||
string message
|
||||
4
src/srv/MapSave.srv
Normal file
4
src/srv/MapSave.srv
Normal file
@@ -0,0 +1,4 @@
|
||||
string map_url
|
||||
---
|
||||
bool success
|
||||
string message
|
||||
Reference in New Issue
Block a user