Header file for the Step 2 decision tree of the Type II On-Line Trajectory Generation algorithm (time-synchronized case) More...
#include "TypeIIRMLPolynomial.h"
Go to the source code of this file.
Namespaces | |
TypeIIRMLMath | |
Functions | |
void | TypeIIRMLMath::TypeIIRMLDecisionTree2 (const double &CurrentPosition, const double &CurrentVelocity, const double &TargetPosition, const double &TargetVelocity, const double &MaxVelocity, const double &MaxAcceleration, const double &SynchronizationTime, MotionPolynomials *PolynomialsInternal) |
This function contains the decision tree of the Step 2 of the Type II On-Line Trajectory Generation algorithm. More... | |
Header file for the Step 2 decision tree of the Type II On-Line Trajectory Generation algorithm (time-synchronized case)
Header file for the function TypeIIRMLMath::TypeIIRMLDecisionTree2(), which contains the decision tree of the Step 2 of the On-Line Trajectory Generation algorithm. It synchronizes all selected degrees of freedom to the synchronization time (cf. Step 1). Details on this methodology may be found in
T. Kroeger.
On-Line Trajectory Generation in Robotic Systems.
Springer Tracts in Advanced Robotics, Vol. 58, Springer, January 2010.
http://www.springer.com/978-3-642-05174-6
The function is part of the namespace TypeIIRMLMath.
Definition in file TypeIIRMLDecisionTree2.h.