1. 17 Feb, 2016 1 commit
  2. 13 Feb, 2016 1 commit
  3. 12 Feb, 2016 1 commit
  4. 10 Feb, 2016 1 commit
  5. 09 Feb, 2016 1 commit
  6. 22 Jan, 2016 2 commits
  7. 21 Jan, 2016 1 commit
  8. 18 Jan, 2016 1 commit
    • Don Gagne's avatar
      ThumbStick improvements · b946e889
      Don Gagne authored
      - Positions are bounded to rectangle
      - No longer re-centers if thumbs go outside bounds
      - ThumbPad moves to meet first thumb position, this prevents
      inadvertent movement as you put your thumb down
      b946e889
  9. 17 Jan, 2016 2 commits
  10. 16 Jan, 2016 2 commits
  11. 15 Jan, 2016 2 commits
  12. 14 Jan, 2016 1 commit
  13. 10 Jan, 2016 1 commit
  14. 08 Jan, 2016 2 commits
  15. 06 Jan, 2016 1 commit
  16. 04 Jan, 2016 1 commit
  17. 03 Jan, 2016 4 commits
  18. 30 Dec, 2015 3 commits
  19. 29 Dec, 2015 1 commit
  20. 28 Dec, 2015 1 commit
  21. 27 Dec, 2015 3 commits
  22. 25 Dec, 2015 1 commit
  23. 24 Dec, 2015 1 commit
  24. 23 Dec, 2015 1 commit
  25. 18 Dec, 2015 3 commits
  26. 16 Dec, 2015 1 commit
    • Tomaz Canabrava's avatar
      Add the initial stub for the AirFrame configuration for APM · ff32b9fe
      Tomaz Canabrava authored
      This commit introduces the APM Airframe configuration. The interface
      is the same as the PX4 one, but the way we deal with the uas is a bit different
      
      Since the APM stack doesn't provide a xml with airframe definitions a
      new one was created by hand with only the values that we need, wich will
      trigger a download of the parameters file from the mavlink github
      
      Now it correctly handles the FRAME variable and it's faster
      regarding the download of the parameters for each type of Frame.
      
      Only show Airframes for ArduCopter, not for ArduRover nor ArduPlane
      Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      ff32b9fe