-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grid config: set values from startup and improve layout (#324)
Signed-off-by: Louise Poubel <[email protected]>
- Loading branch information
Showing
13 changed files
with
429 additions
and
1,084 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0"?> | ||
|
||
<plugin filename="MinimalScene"> | ||
<ignition-gui> | ||
<title>View 1</title> | ||
<property type="string" key="state">docked</property> | ||
</ignition-gui> | ||
<engine>ogre2</engine> | ||
<scene>scene</scene> | ||
<ambient_light>1 1 1</ambient_light> | ||
<background_color>0.8 0.8 0.8</background_color> | ||
<camera_pose>-6 3 6 0 0.5 0</camera_pose> | ||
</plugin> | ||
<plugin filename="InteractiveViewControl" name="Interactive view control"> | ||
<ignition-gui> | ||
<anchors target="View 1"> | ||
<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> | ||
</ignition-gui> | ||
</plugin> | ||
<plugin filename="GridConfig" name="Grid config"> | ||
<ignition-gui> | ||
<property type="string" key="state">docked</property> | ||
</ignition-gui> | ||
<insert> | ||
<horizontal_cell_count>3</horizontal_cell_count> | ||
<vertical_cell_count>2</vertical_cell_count> | ||
<cell_length>2</cell_length> | ||
<pose>1 2 3 0 0 0</pose> | ||
<color>1 0 0 1</color> | ||
</insert> | ||
<insert> | ||
<horizontal_cell_count>2</horizontal_cell_count> | ||
<vertical_cell_count>0</vertical_cell_count> | ||
<cell_length>1</cell_length> | ||
<pose>0 0 0 0.5 0 0</pose> | ||
<color>0 1 0 1</color> | ||
</insert> | ||
</plugin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.