ompl::geometric::BiTRRT::Motion Class Reference
Representation of a motion in the search tree. More...
#include <ompl/geometric/planners/rrt/BiTRRT.h>
Public Member Functions | |
Motion ()=default | |
Default constructor. | |
Motion (const base::SpaceInformationPtr &si) | |
Constructor that allocates memory for the state. | |
Public Attributes | |
base::State * | state {nullptr} |
The state contained by the motion. | |
Motion * | parent {nullptr} |
The parent motion in the exploration tree. | |
base::Cost | cost |
Cost of the state. | |
const base::State * | root {nullptr} |
Pointer to the root of the tree this motion is contained in. | |
Detailed Description
The documentation for this class was generated from the following file:
- ompl/geometric/planners/rrt/BiTRRT.h