All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ompl::control::SST::Motion Class Reference
Representation of a motion. More...
#include <ompl/control/planners/sst/SST.h>
Inheritance diagram for ompl::control::SST::Motion:

Public Member Functions | |
| Motion (const SpaceInformation *si) | |
| Constructor that allocates memory for the state and the control. | |
| virtual base::State * | getState () const |
| virtual Motion * | getParent () const |
Public Attributes | |
| base::Cost | accCost_ |
| base::State * | state_ |
| The state contained by the motion. | |
| Control * | control_ |
| The control contained by the motion. | |
| unsigned int | steps_ |
| The number of steps_ the control is applied for. | |
| Motion * | parent_ |
| The parent motion in the exploration tree. | |
| unsigned | numChildren_ |
| Number of children. | |
| bool | inactive_ |
| If inactive, this node is not considered for selection. | |
Detailed Description
Representation of a motion.
This only contains pointers to parent motions as we only need to go backwards in the tree.
The documentation for this class was generated from the following file:
- ompl/control/planners/sst/SST.h