Loading...
Searching...
No Matches
ompl::control::HyRRT::Motion Class Reference

Representation of a motion in the search tree. More...

#include <ompl/control/planners/rrt/HyRRT.h>

Public Member Functions

 Motion ()=default
 Default constructor.
 Motion (const control::SpaceInformation *si)
 Constructor that allocates memory for the state.
 ~Motion ()=default
 Destructor.

Public Attributes

base::Statestate {nullptr}
 The state contained by the motion.
Motionparent {nullptr}
 The parent motion in the exploration tree.
const base::Stateroot {nullptr}
 Pointer to the root of the tree this motion is contained in.
std::vector< base::State * > * solutionPair {nullptr}
 The integration steps defining the solution pair of the motion, between the parent and child vertices.
control::Controlcontrol {nullptr}
 The control contained by the motion.

Detailed Description

Representation of a motion in the search tree.

Definition at line 99 of file HyRRT.h.

Constructor & Destructor Documentation

◆ Motion()

ompl::control::HyRRT::Motion::Motion ( const control::SpaceInformation * si)
inline

Constructor that allocates memory for the state.

Definition at line 106 of file HyRRT.h.

Member Data Documentation

◆ control

control::Control* ompl::control::HyRRT::Motion::control {nullptr}

The control contained by the motion.

Definition at line 128 of file HyRRT.h.

◆ parent

Motion* ompl::control::HyRRT::Motion::parent {nullptr}

The parent motion in the exploration tree.

Definition at line 117 of file HyRRT.h.

◆ root

const base::State* ompl::control::HyRRT::Motion::root {nullptr}

Pointer to the root of the tree this motion is contained in.

Definition at line 121 of file HyRRT.h.

◆ solutionPair

std::vector<base::State *>* ompl::control::HyRRT::Motion::solutionPair {nullptr}

The integration steps defining the solution pair of the motion, between the parent and child vertices.

Definition at line 125 of file HyRRT.h.

◆ state

base::State* ompl::control::HyRRT::Motion::state {nullptr}

The state contained by the motion.

Definition at line 114 of file HyRRT.h.


The documentation for this class was generated from the following file:
  • ompl/control/planners/rrt/HyRRT.h