TypeIIRMLDecisionTree2.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 __TypeIIRMLDecisionTree2__
56 #define __TypeIIRMLDecisionTree2__
57 
58 
59 #include "TypeIIRMLPolynomial.h"
60 
61 
62 namespace TypeIIRMLMath
63 {
64 
65 // ---------------------- Doxygen info ----------------------
114 // ----------------------------------------------------------
115  void TypeIIRMLDecisionTree2( const double &CurrentPosition
116  , const double &CurrentVelocity
117  , const double &TargetPosition
118  , const double &TargetVelocity
119  , const double &MaxVelocity
120  , const double &MaxAcceleration
121  , const double &SynchronizationTime
122  , MotionPolynomials *PolynomialsInternal);
123 
124 } // namespace TypeIIRMLMath
125 
126 #endif
127 
void 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 a...
Header file for the class TypeIIRMLMath::TypeIIRMLPolynomial and the struct TypeIIRMLMath::MotionPoly...


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