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

[PID] Add support for saving i-term when PID is reset #180

Open
wants to merge 8 commits into
base: ros2-master
Choose a base branch
from

Commits on Feb 11, 2024

  1. Added adaptive PID functionality to PID controller

    Added save_iterm_ to PID gains
    Added save_iterm() and clear_saved_iterm() methods to update and clear save integral term
    Cleared saved integral term in constructor
    Called save_iterm() in reset() method
    Added saved integral term to PID output
    Whalex451 authored and destogl committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    90c5c22 View commit details
    Browse the repository at this point in the history
  2. Updates from PR comments

    Simplified saving of integral term
    Whalex451 authored and destogl committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    3aaab38 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Dr. Denis <[email protected]>
    Whalex451 and destogl committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    2fa429a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d196f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fixup for compilation.

    destogl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e67dd31 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    7a6fc9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b828353 View commit details
    Browse the repository at this point in the history