Skip to content
Snippets Groups Projects
  1. Apr 16, 2012
  2. Apr 09, 2012
  3. Apr 08, 2012
  4. Apr 07, 2012
  5. Apr 06, 2012
  6. Apr 04, 2012
  7. Apr 02, 2012
  8. Apr 01, 2012
  9. Mar 30, 2012
  10. Mar 29, 2012
    • Andrew Tridgell's avatar
      AHRS: fixed error_yaw reporting with 2 MAVLink connections · 071f89df
      Andrew Tridgell authored
      when a user first connects with USB, and later switches to the
      telemetry port without restarting we were getting zero for error_yaw
      in the logs, as AHRS.get_error_yaw() was being called twice.
      
      This ensures we give the last value after the counter is reset
      071f89df
Loading