Representation of a motion. More...
#include <SBL.h>
Public Member Functions | |
| Motion (const base::SpaceInformationPtr &si) | |
| Constructor that allocates storage for a state. | |
| Motion (void) | |
| Default constructor. Allocates no memory. | |
| ~Motion (void) | |
Public Attributes | |
| MotionSet | children |
| The set of motions descending from the current motion. | |
| Motion * | parent |
| The parent motion -- it contains the state this motion originates at. | |
| const base::State * | root |
| The root of the tree this motion would get to, if we were to follow parent pointers. | |
| base::State * | state |
| The state this motion leads to. | |
| bool | valid |
| Flag indicating whether this motion has been checked for validity. | |
Representation of a motion.
Definition at line 155 of file SBL.h.
| ompl::geometric::SBL::Motion::Motion | ( | void | ) | [inline] |
| ompl::geometric::SBL::Motion::Motion | ( | const base::SpaceInformationPtr & | si | ) | [inline] |