add rbs_interface node
This commit is contained in:
parent
731f264668
commit
95975fee28
6 changed files with 331 additions and 0 deletions
|
@ -31,6 +31,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
|||
"srv/GetPickPlacePoses.srv"
|
||||
"srv/AddPlanningSceneObject.srv"
|
||||
"srv/PlanningSceneObjectState.srv"
|
||||
"srv/RbsBt.srv"
|
||||
DEPENDENCIES std_msgs geometry_msgs moveit_msgs shape_msgs
|
||||
)
|
||||
|
||||
|
|
4
rbs_skill_interfaces/srv/RbsBt.srv
Normal file
4
rbs_skill_interfaces/srv/RbsBt.srv
Normal file
|
@ -0,0 +1,4 @@
|
|||
string action
|
||||
string command
|
||||
---
|
||||
bool ok
|
Loading…
Add table
Add a link
Reference in a new issue