Scale trajectories with modified time differential.
More...
Scale trajectories with modified time differential.
◆ TimescaleResult
Result of timescale transition.
Enumerator |
---|
SUCCESS | Timescale transition successful.
|
MAX_TIMESCALE_BELOW_TOLERANCE | Timescale transition failed due to maximum timescale below tolerance.
|
FAILED_TO_TRANSITION | Timescale transition failed.
|
◆ timescale_trajectory()
Apply timescale to trajectory position, velocity, and acceeleration.
- Note
- The jerk is not scaled and is set to 0 on output
- Parameters
-
[in] | timescale | Timescale state (position, velocity and acceleration) |
[in] | traj | Trajectory state to be scaled |
- Returns
- Scaled trajectory state.