Skip to content

Commit

Permalink
Load transform control and select entities plugins in thermal camera …
Browse files Browse the repository at this point in the history
…world (#2139)


Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Sep 12, 2023
1 parent f9f9897 commit 3e6be99
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions examples/worlds/thermal_camera.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@
<property type="bool" key="showTitleBar">false</property>
<property type="bool" key="resizable">false</property>
<property type="double" key="height">72</property>
<property type="double" key="width">121</property>
<property type="double" key="z">1</property>

<property type="string" key="state">floating</property>
<anchors target="3D View">
<line own="left" target="left"/>
Expand Down Expand Up @@ -142,6 +140,24 @@
</gz-gui>
</plugin>

<!-- Translate / rotate -->
<plugin filename="TransformControl" name="Transform control"/>

<!-- Select Entities -->
<plugin filename="SelectEntities" name="Select Entities">
<gz-gui>
<anchors target="Select entities">
<line own="right" target="right"/>
<line own="top" target="top"/>
</anchors>
<property key="resizable" type="bool">false</property>
<property key="width" type="double">5</property>
<property key="height" type="double">5</property>
<property key="state" type="string">floating</property>
<property key="showTitleBar" type="bool">false</property>
</gz-gui>
</plugin>

<plugin filename="ImageDisplay" name="Image Display">
<gz-gui>
<title>Thermal camera</title>
Expand Down

0 comments on commit 3e6be99

Please sign in to comment.