Cartesian Move_to_pose Skill for BT Interface Node

This commit is contained in:
Igor Brylev 2024-09-04 08:46:27 +00:00
parent bf965bb750
commit b4b452297d
18 changed files with 743 additions and 64 deletions

View file

@ -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"

View 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