bolero.datasets
.make_minimum_jerk¶bolero.datasets.
make_minimum_jerk
(start, goal, execution_time=1.0, dt=0.01)[source]¶Create a minimum jerk trajectory.
A minimum jerk trajectory from \(x_0\) to \(g\) minimizes the third time derivative of the positions:
The trajectory will have
n_steps = 1 + execution_time / dt
steps because we start at 0 seconds and end at execution_time seconds.
Parameters: |
|
---|---|
Returns: |
|