|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | +A world demonstrating an indoor environment model that uses a lightmap. |
| 5 | +There are no dynamic lights or shadows in the scene. |
| 6 | +
|
| 7 | +--> |
| 8 | + |
| 9 | +<sdf version="1.7"> |
| 10 | + <world name="lightmap"> |
| 11 | + <physics name="1ms" type="ignored"> |
| 12 | + <max_step_size>0.001</max_step_size> |
| 13 | + <real_time_factor>1.0</real_time_factor> |
| 14 | + </physics> |
| 15 | + <scene> |
| 16 | + <ambient>1.0 1.0 1.0</ambient> |
| 17 | + <background>0.8 0.8 0.8</background> |
| 18 | + <grid>false</grid> |
| 19 | + </scene> |
| 20 | + |
| 21 | + <gui fullscreen="0"> |
| 22 | + |
| 23 | + <!-- 3D scene --> |
| 24 | + <plugin filename="GzScene3D" name="3D View"> |
| 25 | + <ignition-gui> |
| 26 | + <title>3D View</title> |
| 27 | + <property type="bool" key="showTitleBar">false</property> |
| 28 | + <property type="string" key="state">docked</property> |
| 29 | + </ignition-gui> |
| 30 | + |
| 31 | + <engine>ogre2</engine> |
| 32 | + <scene>scene</scene> |
| 33 | + <ambient_light>1.0 1.0 1.0</ambient_light> |
| 34 | + <background_color>0.8 0.8 0.8</background_color> |
| 35 | + <camera_pose>-5.5 -2 0.5 0 0.0 0</camera_pose> |
| 36 | + </plugin> |
| 37 | + |
| 38 | + <!-- World control --> |
| 39 | + <plugin filename="WorldControl" name="World control"> |
| 40 | + <ignition-gui> |
| 41 | + <title>World control</title> |
| 42 | + <property type="bool" key="showTitleBar">false</property> |
| 43 | + <property type="bool" key="resizable">false</property> |
| 44 | + <property type="double" key="height">72</property> |
| 45 | + <property type="double" key="width">121</property> |
| 46 | + <property type="double" key="z">1</property> |
| 47 | + |
| 48 | + <property type="string" key="state">floating</property> |
| 49 | + <anchors target="3D View"> |
| 50 | + <line own="left" target="left"/> |
| 51 | + <line own="bottom" target="bottom"/> |
| 52 | + </anchors> |
| 53 | + </ignition-gui> |
| 54 | + |
| 55 | + <play_pause>true</play_pause> |
| 56 | + <step>true</step> |
| 57 | + <start_paused>true</start_paused> |
| 58 | + |
| 59 | + </plugin> |
| 60 | + |
| 61 | + <!-- World statistics --> |
| 62 | + <plugin filename="WorldStats" name="World stats"> |
| 63 | + <ignition-gui> |
| 64 | + <title>World stats</title> |
| 65 | + <property type="bool" key="showTitleBar">false</property> |
| 66 | + <property type="bool" key="resizable">false</property> |
| 67 | + <property type="double" key="height">110</property> |
| 68 | + <property type="double" key="width">290</property> |
| 69 | + <property type="double" key="z">1</property> |
| 70 | + |
| 71 | + <property type="string" key="state">floating</property> |
| 72 | + <anchors target="3D View"> |
| 73 | + <line own="right" target="right"/> |
| 74 | + <line own="bottom" target="bottom"/> |
| 75 | + </anchors> |
| 76 | + </ignition-gui> |
| 77 | + |
| 78 | + <sim_time>true</sim_time> |
| 79 | + <real_time>true</real_time> |
| 80 | + <real_time_factor>true</real_time_factor> |
| 81 | + <iterations>true</iterations> |
| 82 | + |
| 83 | + </plugin> |
| 84 | + </gui> |
| 85 | + |
| 86 | + <include> |
| 87 | + <static>true</static> |
| 88 | + <name>Indoor Lightmap</name> |
| 89 | + <pose>0 0 0 0 0 0</pose> |
| 90 | + <uri>https://fuel.ignitionrobotics.org/1.0/OpenRobotics/models/Indoor Lightmap</uri> |
| 91 | + </include> |
| 92 | + |
| 93 | + </world> |
| 94 | +</sdf> |
0 commit comments