EasyNav Gridmap Stack
|
Declaration of the GridMapAStarPlanner class implementing A* path planning using elevation maps. More...
#include <memory>
#include <vector>
#include <string>
#include <expected>
#include "rclcpp/rclcpp.hpp"
#include "nav_msgs/msg/path.hpp"
#include "geometry_msgs/msg/pose.hpp"
#include "easynav_core/PlannerMethodBase.hpp"
#include "easynav_common/types/NavState.hpp"
#include "grid_map_core/GridMap.hpp"
Go to the source code of this file.
Classes | |
class | GridMapAStarPlanner |
Planner based on A* algorithm using GridMap elevation data. More... | |
Namespaces | |
namespace | easynav |
Declaration of the GridMapAStarPlanner class implementing A* path planning using elevation maps.