Representation of a motion. More...
#include <RRTstar.h>
Public Member Functions | |
| Motion (const base::SpaceInformationPtr &si) | |
| Constructor that allocates memory for the state. | |
| Motion (void) | |
| ~Motion (void) | |
Public Attributes | |
| double | cost |
| The cost of this motion. | |
| Motion * | parent |
| The parent motion in the exploration tree. | |
| base::State * | state |
| The state contained by the motion. | |
Representation of a motion.
Definition at line 230 of file RRTstar.h.
| ompl::geometric::RRTstar::Motion::Motion | ( | void | ) | [inline] |
| ompl::geometric::RRTstar::Motion::Motion | ( | const base::SpaceInformationPtr & | si | ) | [inline] |
| ompl::geometric::RRTstar::Motion::~Motion | ( | void | ) | [inline] |