Representation of a motion.
More...
#include <ompl/geometric/planners/sst/SST.h>
|
| | Motion (const base::SpaceInformationPtr &si) |
| | Constructor that allocates memory for the state and the control.
|
| virtual base::State * | getState () const |
| virtual Motion * | getParent () const |
Representation of a motion.
This only contains pointers to parent motions as we only need to go backwards in the tree.
Definition at line 170 of file SST.h.
◆ Motion()
| ompl::geometric::SST::Motion::Motion |
( |
const base::SpaceInformationPtr & | si | ) |
|
|
inline |
Constructor that allocates memory for the state and the control.
Definition at line 176 of file SST.h.
◆ getParent()
| virtual Motion * ompl::geometric::SST::Motion::getParent |
( |
| ) |
const |
|
inlinevirtual |
◆ getState()
| virtual base::State * ompl::geometric::SST::Motion::getState |
( |
| ) |
const |
|
inlinevirtual |
◆ accCost_
| base::Cost ompl::geometric::SST::Motion::accCost_ {0.} |
◆ inactive_
| bool ompl::geometric::SST::Motion::inactive_ {false} |
If inactive, this node is not considered for selection.
Definition at line 202 of file SST.h.
◆ numChildren_
| unsigned ompl::geometric::SST::Motion::numChildren_ {0} |
Number of children.
Definition at line 199 of file SST.h.
◆ parent_
| Motion* ompl::geometric::SST::Motion::parent_ {nullptr} |
The parent motion in the exploration tree.
Definition at line 196 of file SST.h.
◆ state_
| base::State* ompl::geometric::SST::Motion::state_ {nullptr} |
The state contained by the motion.
Definition at line 193 of file SST.h.
The documentation for this class was generated from the following file:
- ompl/geometric/planners/sst/SST.h