Rviz ViewController 'CurrentView' unavailable
I am trying to load the demo3d.rviz Rviz configuration that comes in the configuration files of cartographerros when installing Ros2 Foxy.
However I get a windows with the following information:
The class required for this view controller, 'rviz/ TopDownOrtho', could not be loaded. Error:
According to the loaded plugin descriptions the class rviz/Top DownOrtho with base class type rvizcommon::ViewController does not exist. Declared types are rvizdefaultplugins/FPS rvizdefaultplugins/Orbit rvizdefaultplugins/Third PersonFollower rvizdefaultplugins/TopDownOrtho rvizdefault_plugins/XYOrbit
I get more traces in the cmd, but I don't know how to solve this...
Asked by marpeja on 2022-05-07 11:50:48 UTC
Comments
Did you change something yourself? I tried checking the file you mentioned and it seems to use ThirdPersonFollower and not TopDownOrtho.
Can you launch RViz by simply running
rviz2
in the terminal?Asked by Joe28965 on 2022-05-09 04:28:41 UTC
Yes! I can! And I didn't change anything...
Asked by marpeja on 2022-05-10 07:40:39 UTC