Global_planner package with A* planner question.
According to this post the global_planner package is a refactoring of the NavFn package.
The global_planner package also has an A* planner implemented and seems to be much cleaner than the NavFn package.
- What is the status of the global_planner package?
- Is it going to eventually replace the navfn package as the default global_planner?
- Is the global_planner package a drop in replacement for the navfn package?
- If not, how should the global_planner package be setup?
I noticed that the global_planner package does not get pulled down with the navigation stack and needs to be pulled separately with "sudo apt-get install ros-hydro-global-planner". For using with move_base the package does not have the pluginlib xml file that goes with it and it does not export the library as a nav_core plugin in its package.xml. Is there a reason for this? Is this something that is going to be added?
Thank you.