Files
hivecore_robot_interfaces/src/action/HandControl.action

14 lines
389 B
Plaintext

# HandControl.action
# 灵巧手/机械手控制 Action
# Action Goal: 目标参数
int32 mode # 控制模式 (0=张开/Open, 1=闭合/Close, 其他自定义)
float32 effort # 力度/抓取力 [0.0 - 1.0]
---
# Action Result: 执行结果
bool success # 是否成功
string message # 结果信息
---
# Action Feedback: 执行进度
float32 progress # 动作完成进度 (0.0 - 1.0)