Representation of a motion for this algorithm. More...
#include <KPIECE1.h>
Public Member Functions | |
| Motion (const SpaceInformation *si) | |
| Constructor that allocates memory for the state and the control. | |
| Motion (void) | |
| ~Motion (void) | |
Public Attributes | |
| Control * | control |
| The control contained by this motion. | |
| Motion * | parent |
| The parent motion in the exploration tree. | |
| base::State * | state |
| The state contained by this motion. | |
| unsigned int | steps |
| The number of steps the control is applied for. | |
Representation of a motion for this algorithm.
Definition at line 157 of file control/planners/kpiece/KPIECE1.h.
| ompl::control::KPIECE1::Motion::Motion | ( | void | ) | [inline] |
Definition at line 161 of file control/planners/kpiece/KPIECE1.h.
| ompl::control::KPIECE1::Motion::Motion | ( | const SpaceInformation * | si | ) | [inline] |
Constructor that allocates memory for the state and the control.
Definition at line 166 of file control/planners/kpiece/KPIECE1.h.
| ompl::control::KPIECE1::Motion::~Motion | ( | void | ) | [inline] |
Definition at line 170 of file control/planners/kpiece/KPIECE1.h.
The control contained by this motion.
Definition at line 178 of file control/planners/kpiece/KPIECE1.h.
The parent motion in the exploration tree.
Definition at line 184 of file control/planners/kpiece/KPIECE1.h.
The state contained by this motion.
Definition at line 175 of file control/planners/kpiece/KPIECE1.h.
| unsigned int ompl::control::KPIECE1::Motion::steps |
The number of steps the control is applied for.
Definition at line 181 of file control/planners/kpiece/KPIECE1.h.