You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We checked it by just deleting the lines and rebuilding everything. No errors and it runs on Linux at least, so it seems to be unnecessary now. What do you propose to do with it? Do you want a Pull-Request deleting this?
Since we're using static linking, rather than dynamically loading ogre plugins, we may no longer need to set it from the build system:
rviz/rviz_rendering/CMakeLists.txt
Line 86 in ca8f42e
This is where we statically load and avoid needing to load dynamically:
rviz/rviz_rendering/src/rviz_rendering/render_system.cpp
Lines 183 to 184 in ca8f42e
The text was updated successfully, but these errors were encountered: