Skip to content

Commit

Permalink
Use Scene3D plugin from ign-gui2 in visualizer2
Browse files Browse the repository at this point in the history
The Scene3D plugin from ign-gui2 will make a service
request to get information about a scene, with the
service name configurable via xml. It expects
different data types than delphyne though, so
some more changes are needed.
  • Loading branch information
scpeters committed Jan 26, 2021
1 parent c07ad9e commit 089c4ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion delphyne_gui/visualizer/layout2_with_teleop.config
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,14 @@
</plugins>
</menus>
</window>
<plugin filename="delphyne_gui_render_widget">
<plugin filename="Scene3D">
<engine>ogre</engine>
<scene>scene</scene>
<service>/get_scene</service>
<has_titlebar>false</has_titlebar>
<ambient_light>0 0 1</ambient_light>
<background_color>0.8 0.8 0.8</background_color>
<camera_pose>-6 0 6 0 0.5 0</camera_pose>
</plugin>

<plugin filename="WorldControl">
Expand Down

0 comments on commit 089c4ea

Please sign in to comment.