Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix jerk limiter in rate_limiter #240

Commits on Nov 25, 2024

  1. fix rate limiter

    Thibault Poignonec committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    dfd2370 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix tests - increase jerk limits when not testing it explicitly

    Thibault Poignonec committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0b69056 View commit details
    Browse the repository at this point in the history
  2. make tests consistent with dt2 = dt² (vs 2 * dt²)

    Thibault Poignonec committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9a6ffe7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. reorder clipping functions (velocity first, jerk last)

    Thibault Poignonec committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4ab7b76 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    11e4765 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Revert "reorder clipping functions (velocity first, jerk last)"

    This reverts commit 4ab7b76.
    Thibault Poignonec committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    4bea82e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7649782 View commit details
    Browse the repository at this point in the history
  3. strictly accelerating only

    Thibault Poignonec committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    c467026 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. add disclaimer about jerk limits in docstring

    Thibault Poignonec committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4aaaa70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018f295 View commit details
    Browse the repository at this point in the history