Header file for the Step 1 decision tree 1B of the Type II On-Line Trajectory Generation algorithm. More...
Go to the source code of this file.
Namespaces | |
TypeIIRMLMath | |
Functions | |
void | TypeIIRMLMath::TypeIIRMLDecisionTree1B (const double &CurrentPosition, const double &CurrentVelocity, const double &TargetPosition, const double &TargetVelocity, const double &MaxVelocity, const double &MaxAcceleration, double *MaximalExecutionTime) |
This function contains the decision tree 1B of the Step 1 of the Type II On-Line Trajectory Generation algorithm. More... | |
Header file for the Step 1 decision tree 1B of the Type II On-Line Trajectory Generation algorithm.
Header file for the function TypeIIRMLMath::TypeIIRMLDecisionTree1B(), which contains a part of the second decision tree (1B) of the Step 1 of the On-Line Trajectory Generation algorithm. It calculates the beginning 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 TypeIIRMLDecisionTree1B.h.