Header file for the Step 1 decision tree 1C of the Type II On-Line Trajectory Generation algorithm. More...
Go to the source code of this file.
Namespaces | |
TypeIIRMLMath | |
Functions | |
void | TypeIIRMLMath::TypeIIRMLDecisionTree1C (const double &CurrentPosition, const double &CurrentVelocity, const double &TargetPosition, const double &TargetVelocity, const double &MaxVelocity, const double &MaxAcceleration, double *AlternativeExecutionTime) |
This function contains the decision tree 1C of the Step 1 of the Type II On-Line Trajectory Generation algorithm. More... | |
Header file for the Step 1 decision tree 1C of the Type II On-Line Trajectory Generation algorithm.
Header file for the function TypeIIRMLMath::TypeIIRMLDecisionTree1C(), which contains the first decision tree (1C) of the Step 1 On-Line Trajectory Generation algorithm. It calculates the end of a possible inoperative time interval. 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 TypeIIRMLDecisionTree1C.h.