All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
ompl::geometric::TRRT::Motion Class Reference

Representation of a motion. More...

#include <TRRT.h>

Public Member Functions

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

Public Attributes

base::Statestate
 The state contained by the motion.
 
Motionparent
 The parent motion in the exploration tree.
 
double distance
 The distance between parent state and this state, cached for optimization.
 
double cost
 Cost of the state.
 

Detailed Description

Representation of a motion.

This only contains pointers to parent motions as we only need to go backwards in the tree.

Definition at line 232 of file TRRT.h.


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