Files
hivecore_robot_interfaces/src/msg/GripperStatus.msg

9 lines
554 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 # 状态描述字符串 (例如: "手指已到达指定的位置,没有检测到物体", "手指在闭合检测到物体")