The structure used for storing a movement generated by a holonomic-method.
Definition at line 138 of file CAbstractPTGBasedReactive.h.
#include <mrpt/reactivenav/CAbstractPTGBasedReactive.h>
Public Member Functions | |
| THolonomicMovement () | |
Public Attributes | |
| CParameterizedTrajectoryGenerator * | PTG |
| The associated PTG. More... | |
| double | direction |
| double | speed |
| The holonomic movement. More... | |
| double | evaluation |
| An evaluation in the range [0,1] for the goodness of the movement. More... | |
|
inline |
Definition at line 143 of file CAbstractPTGBasedReactive.h.
| double mrpt::reactivenav::CAbstractPTGBasedReactive::THolonomicMovement::direction |
Definition at line 140 of file CAbstractPTGBasedReactive.h.
| double mrpt::reactivenav::CAbstractPTGBasedReactive::THolonomicMovement::evaluation |
An evaluation in the range [0,1] for the goodness of the movement.
Definition at line 141 of file CAbstractPTGBasedReactive.h.
| CParameterizedTrajectoryGenerator* mrpt::reactivenav::CAbstractPTGBasedReactive::THolonomicMovement::PTG |
The associated PTG.
Definition at line 139 of file CAbstractPTGBasedReactive.h.
| double mrpt::reactivenav::CAbstractPTGBasedReactive::THolonomicMovement::speed |
The holonomic movement.
Definition at line 140 of file CAbstractPTGBasedReactive.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |