Skip to content

Commit c796aa7

Browse files
Update to Fortress world file
1 parent a4068e6 commit c796aa7

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

docs/images/nav2_topics.png

347 Bytes
Loading

lidarbot_gz/worlds/obstacles.world

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
<?xml version="1.0" ?>
12
<sdf version='1.7'>
2-
<world name='default'>
3+
<world name='obstacles'>
4+
5+
<physics name="1ms" type='ignored'>
6+
<max_step_size>0.001</max_step_size>
7+
<real_time_factor>1.0</real_time_factor>
8+
</physics>
39

410
<plugin
511
filename="gz-sim-physics-system"
@@ -39,18 +45,13 @@
3945
</uri>
4046
</include>
4147

42-
<gravity>0 0 -9.8</gravity>
48+
<gravity>0.0 0.0 -9.8</gravity>
4349
<magnetic_field>6e-06 2.3e-05 -4.2e-05</magnetic_field>
4450
<atmosphere type='adiabatic'/>
45-
<physics type='ode'>
46-
<max_step_size>0.001</max_step_size>
47-
<real_time_factor>1</real_time_factor>
48-
<real_time_update_rate>1000</real_time_update_rate>
49-
</physics>
5051
<scene>
5152
<ambient>0.4 0.4 0.4 1</ambient>
5253
<background>0.7 0.7 0.7 1</background>
53-
<shadows>1</shadows>
54+
<shadows>false</shadows>
5455
</scene>
5556
<wind/>
5657
<spherical_coordinates>
@@ -897,6 +898,8 @@
897898
<pose>0 0 10 0 -0 0</pose>
898899
</light>
899900
</state>
901+
902+
<!-- GUI -->
900903
<gui fullscreen='0'>
901904
<camera name='user_camera'>
902905
<pose>-15.5892 0.392985 21.6628 0 0.851642 0.028194</pose>

0 commit comments

Comments
 (0)