Skip to content

Commit bceab73

Browse files
committed
update elevator heights
1 parent 9a1580b commit bceab73

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

arena_simulation_setup/worlds/hospital_2/0/world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ zones:
100100
size:
101101
- 2.0
102102
- 2.0
103-
- 2.5
103+
- 2.0
104104
destination: 1.elevator_top
105105
door_side: +y
106106
entities:

arena_simulation_setup/worlds/hospital_2/1/world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ zones:
100100
size:
101101
- 2.0
102102
- 2.0
103-
- 2.5
103+
- 2.0
104104
destination: 0.elevator_ground
105105
door_side: +y
106106
entities:

arena_simulation_setup/worlds/map_empty/0/world.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ zones:
5858
elevators:
5959
- name: "elevator_ground"
6060
position: [31.0, 5.0, 0.0]
61-
size: [2.0, 2.0, 2.5]
61+
size: [2.0, 2.0, 2.0]
6262
door_side: "-x"
6363
destination: "0.elevator_top"
6464
- name: "elevator_top"
6565
position: [31.0, 18.0, 0.0]
66-
size: [2.0, 2.0, 2.5]
66+
size: [2.0, 2.0, 2.0]
6767
door_side: "-x"
6868
destination: "0.elevator_ground"
6969
mat: ""

0 commit comments

Comments
 (0)