A motion (tree node) with parent pointer.
More...
#include <ompl/geometric/planners/rlrt/BiRLRT.h>
|
| | Motion (const base::SpaceInformationPtr &si) |
| | Constructor that allocates memory for the state. More...
|
| |
A motion (tree node) with parent pointer.
Definition at line 123 of file BiRLRT.h.
◆ Motion()
| ompl::geometric::BiRLRT::Motion::Motion |
( |
const base::SpaceInformationPtr & |
si | ) |
|
|
inline |
Constructor that allocates memory for the state.
Definition at line 127 of file BiRLRT.h.
◆ parent
| Motion* ompl::geometric::BiRLRT::Motion::parent {nullptr} |
The parent motion in the exploration tree.
Definition at line 137 of file BiRLRT.h.
◆ root
| const base::State* ompl::geometric::BiRLRT::Motion::root {nullptr} |
Pointer to the root of the tree this motion is connected to.
Definition at line 140 of file BiRLRT.h.
◆ state
| base::State* ompl::geometric::BiRLRT::Motion::state {nullptr} |
The state contained by the motion.
Definition at line 134 of file BiRLRT.h.
The documentation for this class was generated from the following file: