Skip to content

Commit

Permalink
Update window placement (#387)
Browse files Browse the repository at this point in the history
Signed-off-by: John Shepherd <[email protected]>
  • Loading branch information
John Shepherd authored Sep 28, 2020
1 parent c45ab06 commit e179981
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/worlds/sensors_demo.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<property key="state" type="string">floating</property>
<property type="double" key="width">350</property>
<property type="double" key="height">315</property>
<property type="double" key="x">650</property>
<property type="double" key="x">500</property>
</ignition-gui>
<topic>depth_camera</topic>
<topic_picker>false</topic_picker>
Expand All @@ -119,7 +119,7 @@
<property key="state" type="string">floating</property>
<property type="double" key="width">350</property>
<property type="double" key="height">315</property>
<property type="double" key="y">400</property>
<property type="double" key="y">320</property>
</ignition-gui>
<topic>rgbd_camera/image</topic>
<topic_picker>false</topic_picker>
Expand All @@ -130,8 +130,8 @@
<property key="state" type="string">floating</property>
<property type="double" key="width">350</property>
<property type="double" key="height">315</property>
<property type="double" key="x">650</property>
<property type="double" key="y">400</property>
<property type="double" key="x">500</property>
<property type="double" key="y">320</property>
</ignition-gui>
<topic>rgbd_camera/depth_image</topic>
<topic_picker>false</topic_picker>
Expand All @@ -142,7 +142,8 @@
<property key="state" type="string">floating</property>
<property type="double" key="width">350</property>
<property type="double" key="height">315</property>
<property type="double" key="y">800</property>
<property type="double" key="x">500</property>
<property type="double" key="y">640</property>
</ignition-gui>
<topic>thermal_camera</topic>
<topic_picker>false</topic_picker>
Expand Down

0 comments on commit e179981

Please sign in to comment.