|
The A* planner. More...
#include <armarx/navigation/algorithms/astar/AStarPlanner.h>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | AStarPlanner (const algorithms::Costmap &costmap) |
std::vector< Eigen::Vector2f > | plan (const Eigen::Vector2f &start, const Eigen::Vector2f &goal) |
The A* planner.
Definition at line 17 of file AStarPlanner.h.
AStarPlanner | ( | const algorithms::Costmap & | costmap | ) |
Definition at line 47 of file AStarPlanner.cpp.
std::vector< Eigen::Vector2f > plan | ( | const Eigen::Vector2f & | start, |
const Eigen::Vector2f & | goal | ||
) |
Definition at line 154 of file AStarPlanner.cpp.