1. 06 Jan, 2014 1 commit
  2. 03 Jan, 2014 1 commit
  3. 02 Jan, 2014 2 commits
  4. 31 Dec, 2013 3 commits
    • Don Gagne's avatar
      Unit test for FlightModeConfig · 9f2a98b3
      Don Gagne authored
      Good example for usage of new mock uas interfaces and implementations.
      9f2a98b3
    • Don Gagne's avatar
      Re-wrote FlightModeConfig · 9dc805dd
      Don Gagne authored
      Realized that I had configured my APM:Plane incorrectly since
      FlightModeConfig was only set up to work with APM:Copter. Changed code
      to respect mode switch channel parameter across all APM frame types.
      Also a pile of other changes to make this code much more bullet proof
      and correct. Implemented simple mode as well. Changed the style of the
      code to be more data driven. This allows for adjusting for new param
      values without needed to changing any code.
      9dc805dd
    • Thomas Gubler's avatar
      0c985a67
  5. 30 Dec, 2013 4 commits
  6. 29 Dec, 2013 14 commits
  7. 28 Dec, 2013 5 commits
  8. 26 Dec, 2013 3 commits
  9. 25 Dec, 2013 1 commit
    • Don Gagne's avatar
      Fix broken Windows build · 33242c70
      Don Gagne authored
      - NAN not available in windows headers, use cross platform friendly
      version
      - VS compiler does not allow initializing non-integral types in header
      files
      - ActiveQt libs are already installed by Win Qt4.8.5, no need to build.
      Plus this part of the makefile just loops without nmake.exe installed
      which is not part of a standard windows box
      33242c70
  10. 24 Dec, 2013 2 commits
  11. 23 Dec, 2013 2 commits
  12. 22 Dec, 2013 2 commits