Skip to content

Commit

Permalink
Update to Fortress world file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoobInventor committed Sep 3, 2024
1 parent a4068e6 commit c796aa7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
Binary file modified docs/images/nav2_topics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 11 additions & 8 deletions lidarbot_gz/worlds/obstacles.world
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" ?>
<sdf version='1.7'>
<world name='default'>
<world name='obstacles'>

<physics name="1ms" type='ignored'>
<max_step_size>0.001</max_step_size>
<real_time_factor>1.0</real_time_factor>
</physics>

<plugin
filename="gz-sim-physics-system"
Expand Down Expand Up @@ -39,18 +45,13 @@
</uri>
</include>

<gravity>0 0 -9.8</gravity>
<gravity>0.0 0.0 -9.8</gravity>
<magnetic_field>6e-06 2.3e-05 -4.2e-05</magnetic_field>
<atmosphere type='adiabatic'/>
<physics type='ode'>
<max_step_size>0.001</max_step_size>
<real_time_factor>1</real_time_factor>
<real_time_update_rate>1000</real_time_update_rate>
</physics>
<scene>
<ambient>0.4 0.4 0.4 1</ambient>
<background>0.7 0.7 0.7 1</background>
<shadows>1</shadows>
<shadows>false</shadows>
</scene>
<wind/>
<spherical_coordinates>
Expand Down Expand Up @@ -897,6 +898,8 @@
<pose>0 0 10 0 -0 0</pose>
</light>
</state>

<!-- GUI -->
<gui fullscreen='0'>
<camera name='user_camera'>
<pose>-15.5892 0.392985 21.6628 0 0.851642 0.028194</pose>
Expand Down

0 comments on commit c796aa7

Please sign in to comment.