Add kitchen scene
This commit is contained in:
parent
59ce141072
commit
e055dd0486
@ -1,7 +1,7 @@
|
|||||||
bt_sim:
|
bt_sim:
|
||||||
gui: False
|
gui: False
|
||||||
cam_noise: True
|
cam_noise: True
|
||||||
scene: test1.yaml
|
scene: kitchen.yaml
|
||||||
|
|
||||||
grasp_controller:
|
grasp_controller:
|
||||||
base_frame_id: panda_link0
|
base_frame_id: panda_link0
|
||||||
|
13
cfg/scenes/kitchen.yaml
Normal file
13
cfg/scenes/kitchen.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
center: [0.5, 0.05, 0.35]
|
||||||
|
q: [0.0, -1.39, 0.0, -2.36, 0.0, 1.57, 0.79]
|
||||||
|
objects:
|
||||||
|
- object_id: 004_sugar_box
|
||||||
|
xyz: [-0.12, -0.05, 0.0]
|
||||||
|
rpy: [0, 0, 30]
|
||||||
|
- object_id: 010_potted_meat_can
|
||||||
|
xyz: [-0.1, 0.1, 0.0]
|
||||||
|
rpy: [0, 0, 75]
|
||||||
|
- object_id: 024_bowl
|
||||||
|
xyz: [0.0, 0.0, 0.0]
|
||||||
|
rpy: [0, 0, 0]
|
||||||
|
scale: 0.8
|
@ -1,7 +0,0 @@
|
|||||||
center: [0.45, 0.0, 0.20]
|
|
||||||
q: [0.0, -1.39, 0.0, -2.36, 0.0, 1.57, 0.79]
|
|
||||||
objects:
|
|
||||||
- object_id: 019_pitcher_base
|
|
||||||
xyz: [0, 0.1, 0]
|
|
||||||
rpy: [0, 0, 30]
|
|
||||||
scale: 1.0
|
|
Loading…
x
Reference in New Issue
Block a user