Skip to content
Snippets Groups Projects
  1. May 07, 2019
    • 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
  2. May 06, 2019
  3. May 05, 2019
  4. May 02, 2019
  5. May 01, 2019
  6. Apr 30, 2019
  7. Apr 29, 2019
  8. Apr 26, 2019
  9. Apr 25, 2019
  10. Apr 24, 2019
  11. Apr 23, 2019
  12. Apr 20, 2019
    • Julian Oes's avatar
      ak09916: fail if device is not found · c78aaeb0
      Julian Oes authored
      This should fix the case where the driver initializes even though the
      device is not found. The change changes the behavior to return ERROR
      if the whoami call fails several times instead of returning OK.
      
      Also, the reset() and thus probe() calls are moved before initializing
      the ringbuffer and device name.
      c78aaeb0
Loading