Representation of a motion for this algorithm. More...
#include <KPIECE1.h>
Public Member Functions | |
| Motion (const base::SpaceInformationPtr &si) | |
| Constructor that allocates memory for the state. | |
| Motion (void) | |
| ~Motion (void) | |
Public Attributes | |
| Motion * | parent |
| The parent motion in the exploration tree. | |
| base::State * | state |
| The state contained by this motion. | |
Representation of a motion for this algorithm.
Definition at line 225 of file geometric/planners/kpiece/KPIECE1.h.
| ompl::geometric::KPIECE1::Motion::Motion | ( | void | ) | [inline] |
Definition at line 229 of file geometric/planners/kpiece/KPIECE1.h.
| ompl::geometric::KPIECE1::Motion::Motion | ( | const base::SpaceInformationPtr & | si | ) | [inline] |
Constructor that allocates memory for the state.
Definition at line 234 of file geometric/planners/kpiece/KPIECE1.h.
| ompl::geometric::KPIECE1::Motion::~Motion | ( | void | ) | [inline] |
Definition at line 238 of file geometric/planners/kpiece/KPIECE1.h.
The parent motion in the exploration tree.
Definition at line 246 of file geometric/planners/kpiece/KPIECE1.h.
The state contained by this motion.
Definition at line 243 of file geometric/planners/kpiece/KPIECE1.h.