update Arm.action

This commit is contained in:
2025-10-10 11:17:27 +08:00
parent 16d4e3e435
commit e0b3ba12b9
2 changed files with 17 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ set(action_files
action/LegControl.action
action/VisionGraspObject.action
action/SlamMode.action
action/Arm.action
)
set(srv_files
srv/VisionObjectRecognition.srv

16
src/action/Arm.action Normal file
View File

@@ -0,0 +1,16 @@
int8 body_id
int8 data_type
int16 data_length
int64 command_id
int64 frame_time_stamp
float64[] data_array
---
int32 result
int64 command_id
int64 end_time
---
int64 command_id
int16 int_lenth
int16 float_length
int32[] int_data_array
float64[] float_data_array