test scene for pick and place
This commit is contained in:
parent
b4339edc19
commit
91f159e289
18 changed files with 219 additions and 133 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
float64 value
|
||||
---
|
||||
string success
|
||||
bool success
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue