Skip to content
  1. Nov 08, 2019
  2. Jun 13, 2019
    • Don Gagne's avatar
      · 19e2c074
      Don Gagne authored
      Fix crash caused by NULL vehicle
      19e2c074
  3. Apr 16, 2019
  4. Dec 12, 2018
    • Don Gagne's avatar
      · 338100b0
      Don Gagne authored
      Fix cases of _logVehiclePrefix usage with missing componentId
      338100b0
  5. Nov 29, 2018
    • Don Gagne's avatar
      · 6f6a526f
      Don Gagne authored
      Initialization of Fact prior to Qt init causes crash.
      6f6a526f
  6. Nov 07, 2018
    • Don Gagne's avatar
      · 0e6902e3
      Don Gagne authored
      Clarify category map usage
      0e6902e3
  7. May 03, 2018
  8. Mar 12, 2018
  9. Feb 16, 2018
  10. Jan 12, 2018
  11. Jan 07, 2018
  12. May 18, 2017
  13. Mar 06, 2017
  14. Feb 14, 2017
  15. Nov 27, 2016
  16. Nov 25, 2016
  17. Nov 24, 2016
  18. Sep 18, 2016
  19. Sep 15, 2016
  20. Sep 14, 2016
  21. Aug 29, 2016
  22. Jun 23, 2016
    • Don Gagne's avatar
      Performance fixes · ca438f88
      Don Gagne authored
      - Cache only supported on PX4. Solo sends param updates at a high rate
      to update gimbal values. This was causing the cache to update itself at
      too high of a rate, killing performance, especially on iOS.
      - Fixed read/write index usage to provide correct progress bar updates
      ca438f88
  23. Jun 13, 2016
  24. May 31, 2016
  25. May 29, 2016
  26. May 26, 2016
  27. Apr 15, 2016
  28. Apr 10, 2016
  29. Mar 24, 2016
  30. Mar 05, 2016
  31. Feb 19, 2016
    • Don Gagne's avatar
      Header re-structuring · e513494c
      Don Gagne authored
      I removed some needed headers from a top level file which then causes a
      ripple effect downstream
      e513494c
  32. Feb 18, 2016
    • Nate Weibley's avatar
      Remove dead parameter cache code · 708096b5
      Nate Weibley authored
      Conflicts:
      	src/FactSystem/ParameterLoader.cc
      708096b5
    • Nate Weibley's avatar
      New parameter cache loading spec · 80ef4da8
      Nate Weibley authored
       - Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value
       - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing
       - Else: let listing continue as normal to get updated param values
       - Store each cache by systemID + componentID
      
      For #2586
      80ef4da8
  33. Feb 17, 2016
  34. Feb 07, 2016
  35. Jan 15, 2016
Loading