18                 class CParameterizedTrajectoryGenerator;
 
CParameterizedTrajectoryGenerator * PTG
The associated PTG. nullptr if not applicable / undefined. 
 
This is the base class for any user-defined PTG. 
 
double speed
TP-Space movement speed, normalized to [0,1]. A negative number means this candidate movement is unfe...
 
double direction
TP-Space movement direction. Within [-2*PI,+2*PI]. 
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
mrpt::utils::TParameters< double > props
List of properties. 
 
double starting_robot_dist
Default to 0, they can be used to reflect a robot starting at a position not at (0,0). Used in "PTG continuation". 
 
Stores a candidate movement in TP-Space-based navigation.