The data defining a tree of motions for this algorithm. More...
#include <KPIECE1.h>
Public Member Functions | |
TreeData (void) | |
Public Attributes | |
Grid | grid |
A grid containing motions, imposed on a projection of the state space. | |
unsigned int | iteration |
The number of iterations performed on this tree. | |
unsigned int | size |
The total number of motions (there can be multiple per cell) in the grid. |
The data defining a tree of motions for this algorithm.
Definition at line 237 of file control/planners/kpiece/KPIECE1.h.
ompl::control::KPIECE1::TreeData::TreeData | ( | void | ) | [inline] |
Definition at line 239 of file control/planners/kpiece/KPIECE1.h.
A grid containing motions, imposed on a projection of the state space.
Definition at line 245 of file control/planners/kpiece/KPIECE1.h.
unsigned int ompl::control::KPIECE1::TreeData::iteration |
The number of iterations performed on this tree.
Definition at line 252 of file control/planners/kpiece/KPIECE1.h.
unsigned int ompl::control::KPIECE1::TreeData::size |
The total number of motions (there can be multiple per cell) in the grid.
Definition at line 249 of file control/planners/kpiece/KPIECE1.h.