EasyNav Costmap Stack
|
Declaration of the CostmapPlanner class implementing A* path planning using Costmap2D. More...
#include <memory>
#include <vector>
#include "nav_msgs/msg/path.hpp"
#include "easynav_core/PlannerMethodBase.hpp"
#include "easynav_costmap_common/costmap_2d.hpp"
#include "easynav_common/types/NavState.hpp"
Go to the source code of this file.
Classes | |
class | CostmapPlanner |
A planner implementing the A* algorithm on a Costmap2D grid. More... | |
Namespaces | |
namespace | easynav |
Provides a mapping for often used cost values. | |
Declaration of the CostmapPlanner class implementing A* path planning using Costmap2D.