|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- Quick start dialog --> |
| 3 | +<dialog name="quick_start" show_again="false"/> |
| 4 | + |
| 5 | +<!-- Window --> |
| 6 | +<window> |
| 7 | + <width>1024</width> |
| 8 | + <height>768</height> |
| 9 | + <style material_theme="Light" material_primary="DeepOrange" material_accent="LightBlue" toolbar_color_light="#f3f3f3" toolbar_text_color_light="#111111" toolbar_color_dark="#414141" toolbar_text_color_dark="#f3f3f3" plugin_toolbar_color_light="#bbdefb" plugin_toolbar_text_color_light="#111111" plugin_toolbar_color_dark="#607d8b" plugin_toolbar_text_color_dark="#eeeeee"/> |
| 10 | + <menus> |
| 11 | + <drawer visible="false"> |
| 12 | + </drawer> |
| 13 | + <plugins visible="false"> |
| 14 | + </plugins> |
| 15 | + </menus> |
| 16 | + <dialog_on_exit>false</dialog_on_exit> |
| 17 | +</window> |
| 18 | + |
| 19 | +<!-- GUI plugins --> |
| 20 | +<!-- 3D scene --> |
| 21 | +<plugin filename="MinimalScene" name="3D View"> |
| 22 | + <gz-gui> |
| 23 | + <title>3D View</title> |
| 24 | + <property type="bool" key="showTitleBar">false</property> |
| 25 | + <property type="string" key="state">docked</property> |
| 26 | + </gz-gui> |
| 27 | + <engine>ogre2</engine> |
| 28 | + <scene>scene</scene> |
| 29 | + <ambient_light>0.4 0.4 0.4</ambient_light> |
| 30 | + <background_color>0.8 0.8 0.8</background_color> |
| 31 | + <camera_pose>-25 20 1.5 0 0 -0.785</camera_pose> |
| 32 | +</plugin> |
| 33 | + |
| 34 | +<!-- Plugins that add functionality to the scene --> |
| 35 | +<plugin filename="GzSceneManager" name="Scene Manager"> |
| 36 | + <gz-gui> |
| 37 | + <property key="resizable" type="bool">false</property> |
| 38 | + <property key="width" type="double">5</property> |
| 39 | + <property key="height" type="double">5</property> |
| 40 | + <property key="state" type="string">floating</property> |
| 41 | + <property key="showTitleBar" type="bool">false</property> |
| 42 | + </gz-gui> |
| 43 | +</plugin> |
| 44 | + |
| 45 | +<plugin filename="InteractiveViewControl" name="Interactive view control"> |
| 46 | + <gz-gui> |
| 47 | + <property key="resizable" type="bool">false</property> |
| 48 | + <property key="width" type="double">5</property> |
| 49 | + <property key="height" type="double">5</property> |
| 50 | + <property key="state" type="string">floating</property> |
| 51 | + <property key="showTitleBar" type="bool">false</property> |
| 52 | + </gz-gui> |
| 53 | +</plugin> |
| 54 | + |
| 55 | +<plugin filename="WorldStats" name="World stats"> |
| 56 | + <gz-gui> |
| 57 | + <title>World stats</title> |
| 58 | + <property type="bool" key="showTitleBar">false</property> |
| 59 | + <property type="bool" key="resizable">false</property> |
| 60 | + <property type="double" key="height">110</property> |
| 61 | + <property type="double" key="width">290</property> |
| 62 | + <property type="double" key="z">1</property> |
| 63 | + |
| 64 | + <property type="string" key="state">floating</property> |
| 65 | + <anchors target="3D View"> |
| 66 | + <line own="right" target="right"/> |
| 67 | + <line own="bottom" target="bottom"/> |
| 68 | + </anchors> |
| 69 | + </gz-gui> |
| 70 | + |
| 71 | + <sim_time>true</sim_time> |
| 72 | + <real_time>true</real_time> |
| 73 | + <real_time_factor>true</real_time_factor> |
| 74 | + <iterations>true</iterations> |
| 75 | + <topic>/world/world_demo/stats</topic> |
| 76 | + |
| 77 | +</plugin> |
0 commit comments