![]() |
APIs, concepts, guides, and more
|
void MoveRelative | ( | double | relativePosition | ) |
MoveRelative with the default trajectory values. Part of the Motion method group. See the S-Curve Motion concept page for more information.
Using a non-zero JerkPercent increases the maximum acceleration above the user-specified average.
If your system can’t handle the higher peak, you risk overshoot or excessive load. The relation between average acceleration and maximum acceleration is:
\[ Maximum Acceleration \;=\; \frac{accel}{1 - \bigl(jerkPercent \times 0.005\bigr)} \]
See the S-Curve Motion concept page for more information.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.