HOG2
|
#include <MPLRTAStar.h>
Public Member Functions | |
learnedData () | |
Public Attributes | |
xyLoc | theState |
bool | dead |
double | theHeuristic |
Definition at line 22 of file MPLRTAStar.h.
|
inline |
Definition at line 23 of file MPLRTAStar.h.
References dead.
bool MPLRTA::learnedData::dead |
Definition at line 25 of file MPLRTAStar.h.
Referenced by learnedData().
double MPLRTA::learnedData::theHeuristic |
Definition at line 26 of file MPLRTAStar.h.
xyLoc MPLRTA::learnedData::theState |
Definition at line 24 of file MPLRTAStar.h.