MRXT: The Multi-Robot eXploration Tool
Multi-Robot autonomous exploration and mapping simulator.
|
Cost cell struct used for path planning with heuristics. More...
#include <pathPlanning.h>
Public Attributes | |
bool | closed |
long int | F |
long int | G |
long int | H |
bool | open |
void * | parent |
Cost cell struct used for path planning with heuristics.
Definition at line 22 of file pathPlanning.h.