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

MC rate controller: add low-pass filter for D-term #8920

Merged
merged 6 commits into from
Feb 19, 2018
Merged

Commits on Feb 19, 2018

  1. MC_ROLL_P, MC_PITCH_P: increase maximum value to 12

    - use the same value for both
    - lower control latency allows increasing these gains
    bkueng committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    51ae6a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb5365 View commit details
    Browse the repository at this point in the history
  3. mc_attitude_control: avoid using a static variable for last_run

    and call hrt_absolute_time() only once.
    bkueng committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    3f1230c View commit details
    Browse the repository at this point in the history
  4. mc_att_control rate controller: use a butterworth lowpass filter on t…

    …he D-term
    
    The filter is disabled by default, thus the behavior is unchanged.
    bkueng committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    01ad247 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0268cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41cdf41 View commit details
    Browse the repository at this point in the history