Skip to content
Snippets Groups Projects
  1. May 02, 2018
  2. May 01, 2018
  3. Apr 30, 2018
  4. Apr 29, 2018
  5. Apr 28, 2018
  6. Apr 27, 2018
  7. Apr 26, 2018
  8. Apr 25, 2018
    • Beat Küng's avatar
      mc_att_control_main: do not apply the yaw weight for the feedforward term · 332a612f
      Beat Küng authored
      The meaning of the yaw weight changed with #8003:
      - before, the yaw weight decreased with increasing tilt angle error, so
        it was mostly 1
      - now, it is constant and depends on the tuning gains (around 0.4 by default)
      
      It means that #8003 reduced the feedforward term, and we get the closer
      behavior as before with this change.
      It also reduces coupling between different parameters.
      332a612f
    • Beat Küng's avatar
      mixer_multirotor: fix initialization of _outputs_prev · 202505fd
      Beat Küng authored
      memset (http://www.cplusplus.com/reference/cstring/memset/) interprets
      the value argument as unsigned char, so passing a float will not work.
      202505fd
    • Beat Küng's avatar
      imu drivers: do not set on-chip filter based on driver filter setting · 4ef3d258
      Beat Küng authored
      The description of IMU_GYRO_CUTOFF was incorrectly saying that it only
      affects the driver filtering, but in fact it also set the on-chip filter
      to the next higher supported value. This patch fixes that.
      
      And because the IMU_GYRO_CUTOFF and not the IMU_ACCEL_CUTOFF was used for
      the on-chip filter, after #9070 which sets the default gyro filter to 80,
      we were effectively using a dlpf of 98 Hz.
      For this reason this patch changes the on-chip cutoff frequency to 98 as
      well, so that the overall default behavior is unchanged.
      4ef3d258
  9. Apr 24, 2018
  10. Apr 23, 2018
  11. Apr 21, 2018
  12. Apr 20, 2018
  13. Apr 19, 2018
Loading