Header file for intermediate profile segments of Step 2. More...
Go to the source code of this file.
Namespaces | |
TypeIIRMLMath | |
Functions | |
void | TypeIIRMLMath::NegateStep2 (double *ThisCurrentPosition, double *ThisCurrentVelocity, double *ThisTargetPosition, double *ThisTargetVelocity, bool *Inverted) |
Negate input values. More... | |
void | TypeIIRMLMath::VToVMaxStep2 (double *ThisCurrentTime, double *ThisCurrentPosition, double *ThisCurrentVelocity, const double &MaxVelocity, const double &MaxAcceleration, MotionPolynomials *PolynomialsLocal, const bool &Inverted) |
One intermediate Step 2 trajectory segment: v -> vmax (NegLin) More... | |
void | TypeIIRMLMath::VToZeroStep2 (double *ThisCurrentTime, double *ThisCurrentPosition, double *ThisCurrentVelocity, const double &MaxAcceleration, MotionPolynomials *PolynomialsLocal, const bool &Inverted) |
One intermediate Step 2 trajectory segment: v -> 0 (NegLin) More... | |
Header file for intermediate profile segments of Step 2.
Header file for trajectory execution time calculations of intermediate velocity profiles in the second step of the Type II On-Line Trajectory Generation algorithm. All profile functions are part of the namespace TypeIIRMLMath.
Definition in file TypeIIRMLStep2IntermediateProfiles.h.