Determining the heuristic value by the euclidean distance between two states. More...
#include <euclidean_heuristic.h>
Public Member Functions | |
EuclideanHeuristic () | |
double | getHeuristicValue (const State &from, const State &to, const State &start, const State &goal) const override |
Determining the heuristic value by the euclidean distance between two states.
Definition at line 45 of file euclidean_heuristic.h.
vigir_footstep_planning::EuclideanHeuristic::EuclideanHeuristic | ( | ) |
Definition at line 7 of file euclidean_heuristic.cpp.
|
override |
Definition at line 11 of file euclidean_heuristic.cpp.