Skip to content

Commit

Permalink
Add water and sky textures to underwater Gazebo world (#299)
Browse files Browse the repository at this point in the history
* Consolidated worlds into a single file

* Added water and sky textures to underwater world

* what

* Remove random change

(cherry picked from commit 5b34879)
  • Loading branch information
evan-palmer authored and mergify[bot] committed Sep 14, 2024
1 parent 153a373 commit 267c3c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions blue_description/gazebo/worlds/bluerov2_underwater.world
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,26 @@
<pose>0 7 -10 0 0 0</pose>
</include>

<include>
<uri>
https://fuel.gazebosim.org/1.0/OpenRobotics/models/Coast Water
</uri>
<pose>0 0 0 0 0 0</pose>
</include>

<scene>
<ambient>1.0 1.0 1.0</ambient>
<background>0.8 0.8 0.8</background>
<sky></sky>
</scene>

<light type="directional" name="sun1">
<pose>50 0 150 0 0 0</pose>
<diffuse>1 1 1 1</diffuse>
<specular>.1 .1 .1 1</specular>
<direction>0.3 0.3 -1</direction>
<cast_shadows>false</cast_shadows>
</light>

</world>
</sdf>

0 comments on commit 267c3c8

Please sign in to comment.