I just installed ROS Indigo from source on Fedora 21 64-bit using the instructions [given here](http://wiki.ros.org/indigo/Installation/Source).
I can run RViz by itself using
rosrun rviz rviz
and the display types load without issue.
However, running RQt and loading RViz (either as a standalone plugin (rqt -s rviz) or loading the RViz plugin from inside RQt) produces the following output.
[ERROR] [1425588584.371455364]: PluginlibFactory: The plugin for class 'rviz/Orbit' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::OrbitViewController
[ERROR] [1425588586.413082658]: PluginlibFactory: The plugin for class 'rviz/MoveCamera' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::MoveTool
[ERROR] [1425588586.469523288]: PluginlibFactory: The plugin for class 'rviz/Interact' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::InteractionTool
[ERROR] [1425588586.518872307]: PluginlibFactory: The plugin for class 'rviz/Select' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::SelectionTool
[ERROR] [1425588586.569366385]: PluginlibFactory: The plugin for class 'rviz/SetInitialPose' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::InitialPoseTool
[ERROR] [1425588586.619079651]: PluginlibFactory: The plugin for class 'rviz/SetGoal' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::GoalTool
[ERROR] [1425588586.670386432]: PluginlibFactory: The plugin for class 'rviz/Grid' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::GridDisplay
[ERROR] [1425588586.712447209]: PluginlibFactory: The plugin for class 'rviz/Interact' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::InteractionTool
[ERROR] [1425588586.746693009]: PluginlibFactory: The plugin for class 'rviz/MoveCamera' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::MoveTool
[ERROR] [1425588586.780434149]: PluginlibFactory: The plugin for class 'rviz/Select' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::SelectionTool
[ERROR] [1425588586.814867996]: PluginlibFactory: The plugin for class 'rviz/FocusCamera' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::FocusTool
[ERROR] [1425588586.859166908]: PluginlibFactory: The plugin for class 'rviz/Measure' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::MeasureTool
[ERROR] [1425588586.904152462]: PluginlibFactory: The plugin for class 'rviz/SetInitialPose' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::InitialPoseTool
[ERROR] [1425588586.940956762]: PluginlibFactory: The plugin for class 'rviz/SetGoal' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::GoalTool
[ERROR] [1425588586.976175860]: PluginlibFactory: The plugin for class 'rviz/PublishPoint' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::PointTool
[ERROR] [1425588587.019269717]: PluginlibFactory: The plugin for class 'rviz/Orbit' failed to load. Error: MultiLibraryClassLoader: Could not create class of type rviz::OrbitViewController
Whats going on here?
Bidski
↧