Skip to content
Snippets Groups Projects
  1. May 09, 2019
  2. May 08, 2019
  3. May 07, 2019
    • bresch's avatar
    • bresch's avatar
      MC gyro cutoffs - Reduce IMU_GYRO_CUTOFF to 30Hz and disable MC_DTERM_CUTOFF. · 6d8d8e3c
      bresch authored
      A low gyro cutoff is needed for most medium/large size drones as the structural natural and blade-pass frequencies are low.
      A higher value is still desirable for small platforms surch as racers
      or well isolated autopilots and should be tuned by the user.
      Specific values for config files are untouched.
      The cutoff filter for the D term is disabled here as the required
      cutoff frequency for the default D term of the rate controller is higher
      than the gyro cutoff. In that case, enabling the D term cutoff would
      just add some undesired phase lag to the derivative.
      6d8d8e3c
  4. May 06, 2019
  5. May 05, 2019
  6. May 04, 2019
  7. May 03, 2019
  8. May 02, 2019
  9. May 01, 2019
  10. Apr 30, 2019
  11. Apr 29, 2019
  12. Apr 26, 2019
    • Matthias Grob's avatar
      commander: fix RC mode switch not getting applied after boot · 3bf5d6af
      Matthias Grob authored
      the condition to enter the rc mode switch evaluation was neglecting
      the first connection of an RC when "no RC switch changed". this means
      depending on the actual initialization values of _last_sp_man and the
      desired mode preselected on the RC while connecting it would not get
      evaluated.
      3bf5d6af
Loading