add twist_cmd skill with condition
This commit is contained in:
parent
41522772eb
commit
c87ace262d
5 changed files with 169 additions and 0 deletions
|
@ -21,6 +21,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
|||
"action/MoveitSendJointStates.action"
|
||||
"action/GripperCommand.action"
|
||||
"action/MoveitSendPoseWithConstraints.action"
|
||||
"action/TwistControlWithCondition.action"
|
||||
"action/RbsBt.action"
|
||||
"msg/ObjectInfo.msg"
|
||||
"msg/PropertyValuePair.msg"
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
geometry_msgs/Twist twist_cmd
|
||||
string robot_name
|
||||
---
|
||||
bool success
|
||||
bool condition_status
|
||||
---
|
||||
bool success
|
||||
bool condition_status
|
Loading…
Add table
Add a link
Reference in a new issue