Skip to content

Commit

Permalink
Some minor changes to hydrodynamic flags test (#1772)
Browse files Browse the repository at this point in the history
This commit changes the url to use the more recent url. It also removes the scene-broadcaster plugin as we don't need it in the test itself.

Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 authored Oct 28, 2022
1 parent 77ea80c commit 132555a
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions test/worlds/hydrodynamics_flags.sdf
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<?xml version="1.0" ?>

<!-- Run demo with ign-gazebo examples/standalone/multi_lrauv_race
(example is provided in ign-gazebo6+). -->

<sdf version="1.6">
<world name="multi_lrauv">
<scene>
<!-- For turquoise ambient to match particle effect -->
<ambient>0.0 1.0 1.0</ambient>
<background>0.0 0.7 0.8</background>
</scene>

<physics name="1ms" type="ode">
<max_step_size>0.001</max_step_size>
<real_time_factor>1.0</real_time_factor>
Expand All @@ -19,14 +10,6 @@
filename="ignition-gazebo-physics-system"
name="ignition::gazebo::systems::Physics">
</plugin>
<plugin
filename="ignition-gazebo-user-commands-system"
name="ignition::gazebo::systems::UserCommands">
</plugin>
<plugin
filename="ignition-gazebo-scene-broadcaster-system"
name="ignition::gazebo::systems::SceneBroadcaster">
</plugin>
<plugin
filename="ignition-gazebo-contact-system"
name="ignition::gazebo::systems::Contact">
Expand Down Expand Up @@ -54,7 +37,7 @@

<include>
<pose>0 0 1 0 0 1.57</pose>
<uri>https://fuel.ignitionrobotics.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
<uri>https://fuel.gazebosim.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>

<!-- Joint controllers -->
<plugin
Expand Down Expand Up @@ -149,7 +132,7 @@

<include>
<pose>5 0 1 0 0 1.57</pose>
<uri>https://fuel.ignitionrobotics.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
<uri>https://fuel.gazebosim.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
<name>triton</name>

<!-- Joint controllers -->
Expand Down Expand Up @@ -335,18 +318,5 @@
<disable_coriolis>true</disable_coriolis>
</plugin>
</include>

<!-- Swimming race lane signs -->
<include>
<pose>0 0 -1 0 0 3.1415926</pose>
<uri>https://fuel.ignitionrobotics.org/1.0/mabelzhang/models/ABCSign_5m</uri>
<name>start_line</name>
</include>
<include>
<pose>0 -25 -1 0 0 3.1415926</pose>
<uri>https://fuel.ignitionrobotics.org/1.0/mabelzhang/models/ABCSign_5m</uri>
<name>finish_line</name>
</include>

</world>
</sdf>

0 comments on commit 132555a

Please sign in to comment.