Skip to content

Commit

Permalink
Fixed tests for underwater simulation
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kamat <[email protected]>
  • Loading branch information
sauk2 committed Mar 27, 2024
1 parent 5944188 commit 48dd248
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/worlds/bottomless_pit.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
name="gz::sim::systems::Buoyancy">
<uniform_fluid_density>1000</uniform_fluid_density>
</plugin>
<plugin
filename="gz-sim-scene-broadcaster-system"
name="gz::sim::systems::SceneBroadcaster">
</plugin>

<light type="directional" name="sun">
<cast_shadows>true</cast_shadows>
Expand Down
4 changes: 4 additions & 0 deletions test/worlds/flat_seabed.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
name="gz::sim::systems::Buoyancy">
<uniform_fluid_density>1000</uniform_fluid_density>
</plugin>
<plugin
filename="gz-sim-scene-broadcaster-system"
name="gz::sim::systems::SceneBroadcaster">
</plugin>

<light type="directional" name="sun">
<cast_shadows>true</cast_shadows>
Expand Down
4 changes: 4 additions & 0 deletions test/worlds/underwater_currents.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
filename="gz-sim-dvl-system"
name="gz::sim::systems::DopplerVelocityLogSystem">
</plugin>
<plugin
filename="gz-sim-scene-broadcaster-system"
name="gz::sim::systems::SceneBroadcaster">
</plugin>

<light type="directional" name="sun">
<cast_shadows>true</cast_shadows>
Expand Down

0 comments on commit 48dd248

Please sign in to comment.