Open leslie-fig opened 3 months ago
Humm, can you do a sudo apt update && sudo apt upgrade
? Also if you built rtabmap_ros from source, clean your catkin or ros2 ws and rebuild everything. There are maybe unsync libraries.
Humm, can you do a
sudo apt update && sudo apt upgrade
? Also if you built rtabmap_ros from source, clean your catkin or ros2 ws and rebuild everything. There are maybe unsync libraries. Ok,I will try the method you offered me later。
Humm, can you do a
sudo apt update && sudo apt upgrade
? Also if you built rtabmap_ros from source, clean your catkin or ros2 ws and rebuild everything. There are maybe unsync libraries.Humm, can you do a
sudo apt update && sudo apt upgrade
? Also if you built rtabmap_ros from source, clean your catkin or ros2 ws and rebuild everything. There are maybe unsync libraries.
There is another issue I met that was "Failed to create the global_planner/GlobalPlanner planner, are you sure it is properly registered and that the containing library is built? Exception: According to the loaded plugin descriptions the class global_planner/GlobalPlanner with base class type nav_core::BaseGlobalPlanner does not exist. Declared types are carrot_planner/CarrotPlanner evolutionary_planner/EvolutionaryPlanner graph_planner/GraphPlanner lazy_planner/LazyPlanner navfn/NavfnROS sample_planner/SamplePlanner"。And some of the content above like "evolutionary_planner/EvolutionaryPlanner graph_planner/GraphPlanner lazy_planner/LazyPlanner" is in my other project when I was launching a navigation file。
Doublecheck if library containing nav_core::BaseGlobalPlanner is installed.
Can u tell me how to check this problem that whether I'v installed the plugin or not?I'm not good at it。😭😭😭
Doublecheck if library containing nav_core::BaseGlobalPlanner is installed.
The picture I show you that's my navigation launch file.And I have installed global-planner using "ros-noetic-global-planner" 。I found the solution that was using the command above to install nav_core::BaseGlobalPlanner.But the bug still remains,And I think why I can't solve this problem because of the error in the later paragraph.Weird
I ran into this issue after downloading a navigation package and following the Readme file to execute the mapping command。By the way,it didn't work though I had install rtabmap-rviz packages.