|
1 | 1 | <?xml version="1.0" ?>
|
2 | 2 |
|
3 |
| -<!-- Run demo with ign-gazebo examples/standalone/multi_lrauv_race |
4 |
| - (example is provided in ign-gazebo6+). --> |
5 |
| - |
6 | 3 | <sdf version="1.6">
|
7 | 4 | <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 |
| - |
14 | 5 | <physics name="1ms" type="ode">
|
15 | 6 | <max_step_size>0.001</max_step_size>
|
16 | 7 | <real_time_factor>1.0</real_time_factor>
|
|
19 | 10 | filename="ignition-gazebo-physics-system"
|
20 | 11 | name="ignition::gazebo::systems::Physics">
|
21 | 12 | </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> |
30 | 13 | <plugin
|
31 | 14 | filename="ignition-gazebo-contact-system"
|
32 | 15 | name="ignition::gazebo::systems::Contact">
|
|
54 | 37 |
|
55 | 38 | <include>
|
56 | 39 | <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> |
58 | 41 |
|
59 | 42 | <!-- Joint controllers -->
|
60 | 43 | <plugin
|
|
149 | 132 |
|
150 | 133 | <include>
|
151 | 134 | <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> |
153 | 136 | <name>triton</name>
|
154 | 137 |
|
155 | 138 | <!-- Joint controllers -->
|
|
335 | 318 | <disable_coriolis>true</disable_coriolis>
|
336 | 319 | </plugin>
|
337 | 320 | </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 |
| - |
351 | 321 | </world>
|
352 | 322 | </sdf>
|
0 commit comments