9 lines
554 B
Plaintext
9 lines
554 B
Plaintext
# GripperStatus.msg
|
||
# 夹爪状态消息
|
||
|
||
std_msgs/Header header # 消息头 (包含时间戳和坐标系ID)
|
||
float32 loc # 当前位置 (0~255, 0时夹爪完全打开;255时夹爪完全关闭)
|
||
float32 speed # 当前速度 (0~255, 0时动作速度最慢;255时动作速度最快)
|
||
float32 torque # 当前力矩 (0~255, 0时动作力矩最弱;255时动作力矩最强)
|
||
string state # 状态描述字符串 (例如: "手指已到达指定的位置,没有检测到物体", "手指在闭合检测到物体")
|