|
| | Witness (const base::SpaceInformationPtr &si) |
| base::State * | getState () const override |
| Motion * | getParent () const override |
| void | linkRep (Motion *lRep) |
| | Motion (const base::SpaceInformationPtr &si) |
| | Constructor that allocates memory for the state and the control.
|
|
| Motion * | rep_ {nullptr} |
| | The node in the tree that is within the pruning radius.
|
| base::Cost | accCost_ {0.} |
| base::State * | state_ {nullptr} |
| | The state contained by the motion.
|
| Motion * | parent_ {nullptr} |
| | The parent motion in the exploration tree.
|
| unsigned | numChildren_ {0} |
| | Number of children.
|
| bool | inactive_ {false} |
| | If inactive, this node is not considered for selection.
|
Definition at line 205 of file SST.h.
◆ Witness()
| ompl::geometric::SST::Witness::Witness |
( |
const base::SpaceInformationPtr & | si | ) |
|
|
inline |
◆ getParent()
| Motion * ompl::geometric::SST::Witness::getParent |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getState()
| base::State * ompl::geometric::SST::Witness::getState |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ linkRep()
| void ompl::geometric::SST::Witness::linkRep |
( |
Motion * | lRep | ) |
|
|
inline |
◆ rep_
| Motion* ompl::geometric::SST::Witness::rep_ {nullptr} |
The node in the tree that is within the pruning radius.
Definition at line 228 of file SST.h.
The documentation for this class was generated from the following file:
- ompl/geometric/planners/sst/SST.h