add metakey

This commit is contained in:
hehe
2025-11-25 10:19:00 +08:00
parent d3ac7cdaf9
commit 45aad21e9e
3 changed files with 12 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ set(msg_files
msg/MotorPos.msg
msg/MotorCmd.msg
msg/SkillCall.msg
msg/MetaKey.msg
)
set(action_files
action/MoveToPosition.action

View File

@@ -1,13 +1,11 @@
uint8 devid
uint8 loc
uint8 speed
uint8 torque
uint8 mode
---
uint8 devid
uint8 result
string state
---
uint8 devid
uint8 loc
uint8 speed
uint8 torque

10
src/msg/MetaKey.msg Normal file
View File

@@ -0,0 +1,10 @@
string source
string type
string position
int8 a
int8 b
int8 sk
int8 trigger
int8 sk_x
int8 sk_y
geometry_msgs/Pose pose