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
When trying to load the rviz_backdrop plugin while testing #2, I found a number of errors:
The rviz_backdrop library is not installed.
When I install it and try to load the plugin, I get a runtime link error:
rviz: symbol lookup error: /home/hendrix/indigo/rviz/install/lib//librviz_backdrop.so: undefined symbol: _ZN13rviz_backdrop15BackdropDisplay9subscribeEv
This looks like a result of a partial rewrite of the rviz_backdrop library which removed the implementation of some functions, but did not replace them.
The text was updated successfully, but these errors were encountered:
When trying to load the rviz_backdrop plugin while testing #2, I found a number of errors:
The rviz_backdrop library is not installed.
When I install it and try to load the plugin, I get a runtime link error:
This looks like a result of a partial rewrite of the rviz_backdrop library which removed the implementation of some functions, but did not replace them.
The text was updated successfully, but these errors were encountered: