TypeIIRMLStep2WithoutSynchronization.h
Go to the documentation of this file.
1 // ---------------------- Doxygen info ----------------------
42 // ----------------------------------------------------------
43 // For a convenient reading of this file's source code,
44 // please use a tab width of four characters.
45 // ----------------------------------------------------------
46 
47 
48 #ifndef __TypeIIRMLStep2WithoutSynchronization__
49 #define __TypeIIRMLStep2WithoutSynchronization__
50 
51 
52 #include "TypeIIRMLMath.h"
53 #include "TypeIIRMLStep1Profiles.h"
54 #include "TypeIIRMLPolynomial.h"
55 
56 
57 namespace TypeIIRMLMath
58 {
59 
60 // ---------------------- Doxygen info ----------------------
113 // ----------------------------------------------------------
114  void Step2WithoutSynchronization( const double &CurrentPosition
115  , const double &CurrentVelocity
116  , const double &TargetPosition
117  , const double &TargetVelocity
118  , const double &MaxVelocity
119  , const double &MaxAcceleration
120  , const TypeIIRMLMath::Step1_Profile &UsedProfile
121  , const double &MinimumExecutionTime
122  , MotionPolynomials *PolynomialsInternal);
123 
124 } // namespace TypeIIRMLMath
125 
126 #endif
127 
Header file for functions and definitions of constant values and macros.
Header file for the class TypeIIRMLMath::TypeIIRMLPolynomial and the struct TypeIIRMLMath::MotionPoly...
void Step2WithoutSynchronization(const double &CurrentPosition, const double &CurrentVelocity, const double &TargetPosition, const double &TargetVelocity, const double &MaxVelocity, const double &MaxAcceleration, const TypeIIRMLMath::Step1_Profile &UsedProfile, const double &MinimumExecutionTime, MotionPolynomials *PolynomialsInternal)
This function contains sets of trajectory parameters (i.e., all polynomial coefficients) in the case ...
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