Skip to content

Commit 5115792

Browse files
authored
Merge pull request #9 from sourcebots/floor-fix
Correct arena floor
2 parents a338b84 + 6eb0c16 commit 5115792

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

simulator/worlds/Arena.afphoto

2.99 KB
Binary file not shown.

simulator/worlds/arena.wbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ DEF CANS Pose {
105105
}
106106
Can {
107107
name "can3"
108-
translation -1.72 0.04 0
108+
translation -1.72 0.06 0
109109
}
110110
Can {
111111
name "can4"
112-
translation -2.45 -0.08 0
112+
translation -2.45 -0.06 0
113113
}
114114
Can {
115115
name "can5"
@@ -126,11 +126,11 @@ DEF CANS Pose {
126126
}
127127
Can {
128128
name "can8"
129-
translation 1.72 -0.04 0
129+
translation 1.72 -0.06 0
130130
}
131131
Can {
132132
name "can9"
133-
translation 2.45 0.08 0
133+
translation 2.45 0.06 0
134134
}
135135
Can {
136136
name "can10"

simulator/worlds/arena_floor.png

53.2 KB
Loading

0 commit comments

Comments
 (0)