Skip to content

Commit

Permalink
Merge pull request #65 from chapulina/world_scene
Browse files Browse the repository at this point in the history
Move <scene> into <world>
  • Loading branch information
kijongGil authored Nov 5, 2018
2 parents 818835a + 93802bf commit 08c61fd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions turtlebot3_gazebo/worlds/empty.world
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<sdf version="1.4">
<world name="default">

<scene>
<ambient>0.4 0.4 0.4 1</ambient>
<background>0.7 0.7 0.7 1</background>
<shadows>true</shadows>
</scene>

<!-- A global light source -->
<include>
<uri>model://sun</uri>
Expand Down Expand Up @@ -32,10 +39,4 @@
</physics>
</world>

<scene>
<ambient>0.4 0.4 0.4 1</ambient>
<background>0.7 0.7 0.7 1</background>
<shadows>true</shadows>
</scene>

</sdf>

0 comments on commit 08c61fd

Please sign in to comment.