Header file for the Step 1 decision tree 1A of the Type II On-Line Trajectory Generation algorithm. More...
#include "TypeIIRMLStep1Profiles.h"
Go to the source code of this file.
Namespaces | |
TypeIIRMLMath | |
Functions | |
void | TypeIIRMLMath::TypeIIRMLDecisionTree1A (const double &CurrentPosition, const double &CurrentVelocity, const double &TargetPosition, const double &TargetVelocity, const double &MaxVelocity, const double &MaxAcceleration, Step1_Profile *AppliedProfile, double *MinimalExecutionTime) |
This function contains the decision tree 1A of the Step 1 of the Type II On-Line Trajectory Generation algorithm. More... | |
Header file for the Step 1 decision tree 1A of the Type II On-Line Trajectory Generation algorithm.
Header file for the function TypeIIRMLMath::TypeIIRMLDecisionTree1A(), which contains the first decision tree (1A) of the Step 1 of the On- Line Trajectory Generation algorithm. It calculates the minimum possible trajectory execution time for one single degree of freedom. 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 TypeIIRMLDecisionTree1A.h.