1. 28 Sep, 2016 1 commit
  2. 18 Sep, 2016 1 commit
  3. 15 Sep, 2016 1 commit
  4. 14 Sep, 2016 1 commit
  5. 01 Sep, 2016 1 commit
  6. 30 Aug, 2016 1 commit
  7. 19 Aug, 2016 1 commit
  8. 04 Aug, 2016 1 commit
  9. 27 Jul, 2016 1 commit
    • Kelly Steich's avatar
      total mission stats computation · c10431fe
      Kelly Steich authored
      first iteration of mission stats calculation (dist and maxTelem)
      
      add survey item distance to mission distance
      
      remove unused calculations from _calcHomeDist
      
      added correct calculation of missionMaxTelemetry when there is a complex item
      
      use speed to compute mission time according to vehicle type
      
      started implementation of hover and cruise distance
      
      corrected typos
      
      added logic
      
      prevent survey from crasing
      
      added checks for vtol
      
      rearrange logic
      
      added primitive check for landing
      
      rearranged checks
      
      new arrangement
      
      added logic for transition
      
      fix for small bugs
      
      add check for mission speed larger than 0
      
      remove already existinh check
      
      reduce code a bit
      
      clean up
      c10431fe
  10. 10 Jul, 2016 1 commit
  11. 07 Jul, 2016 1 commit
  12. 01 Jul, 2016 1 commit
  13. 21 Jun, 2016 1 commit
  14. 17 Jun, 2016 1 commit
  15. 16 Jun, 2016 3 commits
  16. 31 May, 2016 1 commit
  17. 23 Apr, 2016 1 commit
  18. 12 Apr, 2016 1 commit
  19. 07 Mar, 2016 1 commit
  20. 27 Feb, 2016 1 commit
  21. 26 Feb, 2016 4 commits
  22. 23 Feb, 2016 1 commit
  23. 19 Feb, 2016 1 commit
  24. 18 Feb, 2016 2 commits
  25. 13 Feb, 2016 1 commit
  26. 12 Feb, 2016 2 commits
  27. 11 Feb, 2016 1 commit
  28. 10 Feb, 2016 2 commits
  29. 09 Feb, 2016 2 commits
  30. 04 Feb, 2016 1 commit
  31. 22 Jan, 2016 1 commit
    • Don Gagne's avatar
      Support V110 (APM) and V120 (PX4) formats · 251bbf80
      Don Gagne authored
      - Fix: Version error message not being displayed
      - Correct handling of APM and PX4 files with respect to home position
      in first slot
      - Emit newItemsFromVehicle signal so editor can fit map viewport on
      load from vehicle
      251bbf80