ompl::geometric::BiTRRT::Motion Class Reference

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

#include <ompl/geometric/planners/rrt/BiTRRT.h>

Public Member Functions

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

Public Attributes

base::Statestate {nullptr}
 The state contained by the motion.
 
Motionparent {nullptr}
 The parent motion in the exploration tree.
 
base::Cost cost
 Cost of the state.
 
const base::Stateroot {nullptr}
 Pointer to the root of the tree this motion is contained in.
 

Detailed Description

Representation of a motion in the search tree.

Definition at line 279 of file BiTRRT.h.


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