Skip to content

Commit 3e66341

Browse files
adjusted the size of the box obstacle
1 parent d33bb3a commit 3e66341

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

simulation/models/box/model.sdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0'?>
22
<sdf version='1.4'>
33
<model name="box">
4-
<pose>0.0 0.0 1.0 0.0 0.0 0.0</pose>
4+
<pose>0.0 0.0 0.25 0.0 0.0 0.0</pose>
55
<static>true</static>
66
<link name='link'>
77
<inertial>
@@ -18,7 +18,7 @@
1818
<visual name='visual'>
1919
<geometry>
2020
<box>
21-
<size>2.0 2.0 2.0</size>
21+
<size>0.5 0.5 0.5</size>
2222
</box>
2323
</geometry>
2424
<material>
@@ -32,7 +32,7 @@
3232
<collision name ='collision'>
3333
<geometry>
3434
<box>
35-
<size>2.0 2.0 2.0</size>
35+
<size>0.5 0.5 0.5</size>
3636
</box>
3737
</geometry>
3838
<surface>

0 commit comments

Comments
 (0)