Determining the heuristic value by the euclidean distance between two states. More...
#include <Heuristic.h>
Public Member Functions | |
EuclideanHeuristic (double cell_size, int num_angle_bins) | |
virtual double | getHValue (const PlanningState &from, const PlanningState &to) const |
virtual | ~EuclideanHeuristic () |
Determining the heuristic value by the euclidean distance between two states.
Definition at line 67 of file Heuristic.h.
footstep_planner::EuclideanHeuristic::EuclideanHeuristic | ( | double | cell_size, |
int | num_angle_bins | ||
) |
Definition at line 40 of file Heuristic.cpp.
Definition at line 45 of file Heuristic.cpp.
double footstep_planner::EuclideanHeuristic::getHValue | ( | const PlanningState & | from, |
const PlanningState & | to | ||
) | const [virtual] |
Implements footstep_planner::Heuristic.
Definition at line 50 of file Heuristic.cpp.