We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33bb3a commit 3e66341Copy full SHA for 3e66341
1 file changed
simulation/models/box/model.sdf
@@ -1,7 +1,7 @@
1
<?xml version='1.0'?>
2
<sdf version='1.4'>
3
<model name="box">
4
- <pose>0.0 0.0 1.0 0.0 0.0 0.0</pose>
+ <pose>0.0 0.0 0.25 0.0 0.0 0.0</pose>
5
<static>true</static>
6
<link name='link'>
7
<inertial>
@@ -18,7 +18,7 @@
18
<visual name='visual'>
19
<geometry>
20
<box>
21
- <size>2.0 2.0 2.0</size>
+ <size>0.5 0.5 0.5</size>
22
</box>
23
</geometry>
24
<material>
@@ -32,7 +32,7 @@
32
<collision name ='collision'>
33
34
35
36
37
38
<surface>
0 commit comments