TypeIIRMLDecisionTree1A.h
Go to the documentation of this file.
1 // ---------------------- Doxygen info ----------------------
49 // ----------------------------------------------------------
50 // For a convenient reading of this file's source code,
51 // please use a tab width of four characters.
52 // ----------------------------------------------------------
53 
54 
55 #ifndef __TypeIIRMLDecisionTree1A__
56 #define __TypeIIRMLDecisionTree1A__
57 
58 #include "TypeIIRMLStep1Profiles.h"
59 
60 
61 namespace TypeIIRMLMath
62 {
63 
64 // ---------------------- Doxygen info ----------------------
113 // ----------------------------------------------------------
114 void TypeIIRMLDecisionTree1A( const double &CurrentPosition
115  , const double &CurrentVelocity
116  , const double &TargetPosition
117  , const double &TargetVelocity
118  , const double &MaxVelocity
119  , const double &MaxAcceleration
120  , Step1_Profile *AppliedProfile
121  , double *MinimalExecutionTime );
122 
123 
124 } // namespace TypeIIRMLMath
125 
126 #endif
127 
void 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 Generatio...
Header file for the Step 1 motion profiles.
Step1_Profile
Enumeration of all possible profiles of Step 1 (A, B, and C).


libreflexxestype2
Author(s):
autogenerated on Sat Nov 21 2020 03:17:34