add GripperStatus.msg
This commit is contained in:
@@ -30,6 +30,7 @@ set(msg_files
|
||||
msg/MetaKey.msg
|
||||
msg/ArmMotionParams.msg
|
||||
msg/ArmError.msg
|
||||
msg/GripperStatus.msg
|
||||
)
|
||||
set(action_files
|
||||
action/MoveToPosition.action
|
||||
|
||||
5
src/msg/GripperStatus.msg
Normal file
5
src/msg/GripperStatus.msg
Normal file
@@ -0,0 +1,5 @@
|
||||
std_msgs/Header header
|
||||
float32 loc
|
||||
float32 speed
|
||||
float32 torque
|
||||
string state
|
||||
Reference in New Issue
Block a user