Skip to content

Commit 5b34879

Browse files
authored
Add water and sky textures to underwater Gazebo world (#299)
* Consolidated worlds into a single file * Added water and sky textures to underwater world * what * Remove random change
1 parent 6155ac8 commit 5b34879

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

blue_description/gazebo/worlds/underwater.world

+21
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,26 @@
4242
<pose>0 7 -10 0 0 0</pose>
4343
</include>
4444

45+
<include>
46+
<uri>
47+
https://fuel.gazebosim.org/1.0/OpenRobotics/models/Coast Water
48+
</uri>
49+
<pose>0 0 0 0 0 0</pose>
50+
</include>
51+
52+
<scene>
53+
<ambient>1.0 1.0 1.0</ambient>
54+
<background>0.8 0.8 0.8</background>
55+
<sky></sky>
56+
</scene>
57+
58+
<light type="directional" name="sun1">
59+
<pose>50 0 150 0 0 0</pose>
60+
<diffuse>1 1 1 1</diffuse>
61+
<specular>.1 .1 .1 1</specular>
62+
<direction>0.3 0.3 -1</direction>
63+
<cast_shadows>false</cast_shadows>
64+
</light>
65+
4566
</world>
4667
</sdf>

0 commit comments

Comments
 (0)