Skip to content
Snippets Groups Projects
  1. Jan 11, 2017
  2. Oct 24, 2016
  3. Sep 10, 2016
  4. Aug 24, 2016
  5. Aug 17, 2016
  6. Jun 05, 2016
  7. Jun 01, 2016
  8. Jan 28, 2016
  9. Nov 25, 2015
  10. Oct 29, 2015
    • Lucas De Marchi's avatar
      Rename gcs_send_text_P to gcs_send_text · 84da1f50
      Lucas De Marchi authored
      84da1f50
    • Lucas De Marchi's avatar
      Remove use of PSTR · 2c38e31c
      Lucas De Marchi authored
      The PSTR is already define as a NOP for all supported platforms. It's
      only needed for AVR so here we remove all the uses throughout the
      codebase.
      
      This was automated with a simple python script so it also converts
      places which spans to multiple lines, removing the matching parentheses.
      
      AVR-specific places were not changed.
      2c38e31c
  11. Oct 26, 2015
  12. Aug 27, 2015
  13. Aug 11, 2015
    • Andrew Tridgell's avatar
      Plane: prevent mode switch changes changing WP tracking · f2c10105
      Andrew Tridgell authored
      this fixes a bug where a mode switch change during an AUTO mission
      which does not change the flight mode would cause cross tracking to be
      reset, so the plane will not correctly follow the desired track
      
      Many thanks to Michael Du Breuil for the log that showed this bug
      f2c10105
  14. Jun 21, 2015
    • Andrew Tridgell's avatar
      Plane: trigger OVERRIDE_CHAN in px4io · 4aac2c5c
      Andrew Tridgell authored
      setup the MODESWITCH channel as our OVERRIDE_CHAN, allowing for
      instant manual passthru in px4io when OVERRIDE_CHAN goes above 1750
      
      This makes for faster switching, and avoids bugs where a still enabled
      FMU channel disables override
      4aac2c5c
  15. Jun 14, 2015
  16. Jun 08, 2015
  17. May 20, 2015
  18. Feb 11, 2015
  19. Nov 29, 2014
    • Andrew Tridgell's avatar
      Plane: prevent baro reset from OVERRIDE_CHAN · a0f69e06
      Andrew Tridgell authored
      using OVERRIDE_CHAN would cause a baro reset as it would mean we are
      temporarily disarmed, and the "reset baro and GPS when disarmed" check
      would reset the baro
      
      Now we only do the mixer update if disarmed
      a0f69e06
  20. Nov 06, 2014
  21. Jun 04, 2014
  22. Apr 11, 2014
  23. Mar 18, 2014
  24. Mar 08, 2014
  25. Feb 16, 2014
  26. Dec 16, 2013
  27. Jul 21, 2013
  28. Feb 20, 2013
  29. Dec 19, 2012
  30. Nov 30, 2012
  31. Sep 22, 2012
  32. Aug 28, 2012
  33. Aug 21, 2012
Loading