Skip to content

Commit 132555a

Browse files
authored
Some minor changes to hydrodynamic flags test (#1772)
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]>
1 parent 77ea80c commit 132555a

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

test/worlds/hydrodynamics_flags.sdf

+2-32
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
<?xml version="1.0" ?>
22

3-
<!-- Run demo with ign-gazebo examples/standalone/multi_lrauv_race
4-
(example is provided in ign-gazebo6+). -->
5-
63
<sdf version="1.6">
74
<world name="multi_lrauv">
8-
<scene>
9-
<!-- For turquoise ambient to match particle effect -->
10-
<ambient>0.0 1.0 1.0</ambient>
11-
<background>0.0 0.7 0.8</background>
12-
</scene>
13-
145
<physics name="1ms" type="ode">
156
<max_step_size>0.001</max_step_size>
167
<real_time_factor>1.0</real_time_factor>
@@ -19,14 +10,6 @@
1910
filename="ignition-gazebo-physics-system"
2011
name="ignition::gazebo::systems::Physics">
2112
</plugin>
22-
<plugin
23-
filename="ignition-gazebo-user-commands-system"
24-
name="ignition::gazebo::systems::UserCommands">
25-
</plugin>
26-
<plugin
27-
filename="ignition-gazebo-scene-broadcaster-system"
28-
name="ignition::gazebo::systems::SceneBroadcaster">
29-
</plugin>
3013
<plugin
3114
filename="ignition-gazebo-contact-system"
3215
name="ignition::gazebo::systems::Contact">
@@ -54,7 +37,7 @@
5437

5538
<include>
5639
<pose>0 0 1 0 0 1.57</pose>
57-
<uri>https://fuel.ignitionrobotics.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
40+
<uri>https://fuel.gazebosim.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
5841

5942
<!-- Joint controllers -->
6043
<plugin
@@ -149,7 +132,7 @@
149132

150133
<include>
151134
<pose>5 0 1 0 0 1.57</pose>
152-
<uri>https://fuel.ignitionrobotics.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
135+
<uri>https://fuel.gazebosim.org/1.0/accurrent/models/MBARI Tethys LRAUV</uri>
153136
<name>triton</name>
154137

155138
<!-- Joint controllers -->
@@ -335,18 +318,5 @@
335318
<disable_coriolis>true</disable_coriolis>
336319
</plugin>
337320
</include>
338-
339-
<!-- Swimming race lane signs -->
340-
<include>
341-
<pose>0 0 -1 0 0 3.1415926</pose>
342-
<uri>https://fuel.ignitionrobotics.org/1.0/mabelzhang/models/ABCSign_5m</uri>
343-
<name>start_line</name>
344-
</include>
345-
<include>
346-
<pose>0 -25 -1 0 0 3.1415926</pose>
347-
<uri>https://fuel.ignitionrobotics.org/1.0/mabelzhang/models/ABCSign_5m</uri>
348-
<name>finish_line</name>
349-
</include>
350-
351321
</world>
352322
</sdf>

0 commit comments

Comments
 (0)