add pose to Arm.action result

This commit is contained in:
2025-10-17 11:31:59 +08:00
5 changed files with 19 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,6 @@
bool enable_mapping
---
bool success
string message
---
string state

4
src/srv/MapLoad.srv Normal file
View File

@@ -0,0 +1,4 @@
string map_url
---
bool success
string message

4
src/srv/MapSave.srv Normal file
View File

@@ -0,0 +1,4 @@
string map_url
---
bool success
string message