Ryan
Ryan
Relates to https://github.com/gazebosim/gz-sim/issues/1841
> Can you try setting `QT_QPA_PLATFORM=xcb`? (from [ros2/rviz#847 (comment)](https://github.com/ros2/rviz/issues/847#issuecomment-1506502560)) No change in behavior
> I guess this is also related to [gazebosim/gz-sim#1492](https://github.com/gazebosim/gz-sim/issues/1492), in particular [gazebosim/gz-sim#1492 (comment)](https://github.com/gazebosim/gz-sim/issues/1492#issuecomment-1146663381) . I think it would be useful if you could check the test mentioned in that comment...
> A lot of extensions indeed are missing. Can you report the full output of `glxinfo`? here you are: [glxinfo.txt](https://github.com/gazebosim/gz-gui/files/15226372/glxinfo.txt)
> Actually the extensions are there, I misunderstood your output. Also the `GL_ARB_copy_image` extension that was missing for WSLg ([gazebosim/gz-sim#920 (comment)](https://github.com/gazebosim/gz-sim/issues/920#issuecomment-1470925812)) is present. At this point, it could be really...
`export QT_QPA_PLATFORM=xcb` [ogre2_QT_QPA_PLATFORM_xcb .txt](https://github.com/gazebosim/gz-gui/files/15267967/ogre2_QT_QPA_PLATFORM_xcb.txt) `export LIBGL_ALWAYS_SOFTWARE=1` [ogre2_LIBGL_ALWAYS_SOFTWARE_1.txt](https://github.com/gazebosim/gz-gui/files/15267999/ogre2_LIBGL_ALWAYS_SOFTWARE_1.txt)
Here's the console log for each scenario. [console_QT_QPA_PLATFORM_xcb .txt](https://github.com/gazebosim/gz-gui/files/15276594/console_QT_QPA_PLATFORM_xcb.txt) [console_LIBGL_ALWAYS_SOFTWARE_1.txt](https://github.com/gazebosim/gz-gui/files/15276595/console_LIBGL_ALWAYS_SOFTWARE_1.txt)
Is there any way to inherit GUI properties from a common sdf file? I am trying to reduce code duplication in my SDF's worlds, but every one of them needs...
Hello, Is anyone still working on this effort? Just some notes: * GDAL has support for using terrain data over the network with `vsicurl` driver * GDAL continues to actively...
Sounds good. What would you consider a minimal PR suitable for merge? I propose the following starting with the build system: * GDAL included as a submodule, or through find_package...