Add minimal pick-and-place case with world embedded
This commit is contained in:
parent
209e99a4b3
commit
a87fb8a7ec
64 changed files with 2419 additions and 275 deletions
12
rbs_skill_interfaces/srv/GetPickPlacePoses.srv
Normal file
12
rbs_skill_interfaces/srv/GetPickPlacePoses.srv
Normal file
|
@ -0,0 +1,12 @@
|
|||
string object_name
|
||||
string pose_name
|
||||
---
|
||||
float64[] pre_grasp_pose
|
||||
float64[] grasp_pose
|
||||
float64[] post_grasp_pose
|
||||
float64[] post_grasp_pose_d
|
||||
float64[] pre_place_pose
|
||||
float64[] place_pose
|
||||
float64[] post_place_pose
|
||||
float64[] pre_place_joint_state
|
||||
string next_object
|
Loading…
Add table
Add a link
Reference in a new issue