Skip to content

Commit

Permalink
fix fuel url (#1479)
Browse files Browse the repository at this point in the history
Signed-off-by: Mabel Zhang <[email protected]>
  • Loading branch information
mabelzhang authored May 12, 2022
1 parent c7e0b21 commit 06381ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/worlds/multi_lrauv_race.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
See https:/ignitionrobotics/ign-gazebo/pull/730 -->
<include>
<pose>-5 0 0 0 0 0</pose>
<uri>https://fuel.ignitionrobotics.org/1.0/mabel/models/Turquoise turbidity generator</uri>
<uri>https://fuel.ignitionrobotics.org/1.0/mabelzhang/models/Turquoise turbidity generator</uri>
</include>

<include>
Expand Down Expand Up @@ -352,12 +352,12 @@
<!-- Swimming race lane signs -->
<include>
<pose>0 0 -1 0 0 3.1415926</pose>
<uri>https://fuel.ignitionrobotics.org/1.0/mabel/models/ABCSign_5m</uri>
<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/mabel/models/ABCSign_5m</uri>
<uri>https://fuel.ignitionrobotics.org/1.0/mabelzhang/models/ABCSign_5m</uri>
<name>finish_line</name>
</include>

Expand Down

0 comments on commit 06381ea

Please sign in to comment.