The definition of a motion. More...
#include <EST.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 the motion. | |
The definition of a motion.
Definition at line 124 of file EST.h.
| ompl::geometric::EST::Motion::Motion | ( | const base::SpaceInformationPtr & | si | ) | [inline] |