#include <FacadeReadInterface.hpp>
Use FacadeReadInterface::TraceCarrot() to compute a (partial) plan to the goal from any (valid) starting position.
Public Member Functions | |
carrot_item (double x, double y, double gx, double gy, double val, bool dgn) | |
Public Attributes | |
double | cx |
carrot x-coordinate | |
double | cy |
carrot y-coordinate | |
double | gradx |
gradient at carrot, x-component | |
double | grady |
gradient at carrot, y-component | |
double | value |
navigation function value | |
bool | degenerate |
degenerate gradient (used heuristic) |
estar::carrot_item::carrot_item | ( | double | x, | |
double | y, | |||
double | gx, | |||
double | gy, | |||
double | val, | |||
bool | dgn | |||
) | [inline] |
double estar::carrot_item::cx |
carrot x-coordinate
double estar::carrot_item::cy |
carrot y-coordinate
double estar::carrot_item::gradx |
gradient at carrot, x-component
double estar::carrot_item::grady |
gradient at carrot, y-component
double estar::carrot_item::value |
navigation function value
degenerate gradient (used heuristic)