Loading...
Searching...
No Matches
ompl::geometric::KPIECE1::Motion Class Reference

Representation of a motion for this algorithm. More...

#include <ompl/geometric/planners/kpiece/KPIECE1.h>

Public Member Functions

 Motion (const base::SpaceInformationPtr &si)
 Constructor that allocates memory for the state.
 

Public Attributes

base::Statestate {nullptr}
 The state contained by this motion.
 
Motionparent {nullptr}
 The parent motion in the exploration tree.
 

Detailed Description

Representation of a motion for this algorithm.

Definition at line 196 of file KPIECE1.h.

Constructor & Destructor Documentation

◆ Motion()

ompl::geometric::KPIECE1::Motion::Motion ( const base::SpaceInformationPtr &  si)
inline

Constructor that allocates memory for the state.

Definition at line 202 of file KPIECE1.h.

Member Data Documentation

◆ parent

Motion* ompl::geometric::KPIECE1::Motion::parent {nullptr}

The parent motion in the exploration tree.

Definition at line 212 of file KPIECE1.h.

◆ state

base::State* ompl::geometric::KPIECE1::Motion::state {nullptr}

The state contained by this motion.

Definition at line 209 of file KPIECE1.h.


The documentation for this class was generated from the following file: