test scene for pick and place

This commit is contained in:
Ilya Uraev 2022-03-12 13:29:26 +04:00
parent b4339edc19
commit 91f159e289
18 changed files with 219 additions and 133 deletions

View file

@ -23,10 +23,10 @@ find_package(geometry_msgs REQUIRED)
rosidl_generate_interfaces(${PROJECT_NAME}
"action/MoveitSendPose.action"
"action/MoveitSendJointStates.action"
"action/GripperCommand.action"
"msg/PropertyValuePair.msg"
"msg/ActionFeedbackStatusConstants.msg"
"msg/ActionResultStatusConstants.msg"
"srv/GripperCommand.srv"
DEPENDENCIES geometry_msgs std_msgs
)

View file

@ -1,3 +1,4 @@
float64 value
---
string success
bool success
---