Cartesian Move_to_pose Skill for BT Interface Node
This commit is contained in:
parent
bf965bb750
commit
b4b452297d
18 changed files with 743 additions and 64 deletions
|
@ -20,6 +20,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
|||
"action/MoveitSendPose.action"
|
||||
"action/MoveitSendJointStates.action"
|
||||
"action/GripperCommand.action"
|
||||
"action/RbsBt.action"
|
||||
"msg/ObjectInfo.msg"
|
||||
"msg/PropertyValuePair.msg"
|
||||
"msg/ActionFeedbackStatusConstants.msg"
|
||||
|
|
11
rbs_skill_interfaces/action/RbsBt.action
Normal file
11
rbs_skill_interfaces/action/RbsBt.action
Normal file
|
@ -0,0 +1,11 @@
|
|||
string sid
|
||||
string action
|
||||
string command
|
||||
---
|
||||
#result definition
|
||||
bool ok
|
||||
string status #Use the constants of ActionResultStatusConstants in the status field
|
||||
---
|
||||
#feedback
|
||||
bool ok
|
||||
string status #Use the constants of ActionFeedbackStatusConstants in the status field
|
Loading…
Add table
Add a link
Reference in a new issue