Define custom scenes via yaml files

This commit is contained in:
Michel Breyer
2021-09-08 16:50:53 +02:00
parent 60443b0c2f
commit 1fb2eaf2b6
7 changed files with 465 additions and 244 deletions

View File

@@ -1,8 +1,8 @@
bt_sim:
gui: False
gui: true
cam_noise: True
calib_error: True
scene: random
scene: test.yaml
grasp_controller:
base_frame_id: panda_link0

9
cfg/test.yaml Normal file
View File

@@ -0,0 +1,9 @@
center: [0.55, 0.0, 0.3]
objects:
- object_id: 003_cracker_box
rpy: [0.0, 0.0, 0.0]
xyz: [-0.08, 0.08, 0.002]
- object_id: 010_potted_meat_can
rpy: [0.0, 0.0, 0.0]
xyz: [0.0, 0.0, 0.002]
configuration: [0.0, -1.04, 0.17, -1.91, 0.0, 1.57, 0.79]