[INIT]
This commit is contained in:
commit
653fb340d2
8 changed files with 326 additions and 0 deletions
13
worlds/empty.world
Normal file
13
worlds/empty.world
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<world name="default">
|
||||
<!-- A global light source -->
|
||||
<include>
|
||||
<uri>model://sun</uri>
|
||||
</include>
|
||||
<!-- A ground plane -->
|
||||
<include>
|
||||
<uri>model://ground_plane</uri>
|
||||
</include>
|
||||
</world>
|
||||
</sdf>
|
Loading…
Add table
Add a link
Reference in a new issue