1. 24 Nov, 2010 1 commit
  2. 20 Nov, 2010 1 commit
  3. 17 Nov, 2010 1 commit
  4. 16 Nov, 2010 1 commit
  5. 09 Nov, 2010 1 commit
  6. 06 Nov, 2010 1 commit
  7. 30 Oct, 2010 4 commits
  8. 27 Oct, 2010 1 commit
  9. 26 Oct, 2010 1 commit
  10. 25 Oct, 2010 5 commits
  11. 24 Oct, 2010 1 commit
  12. 23 Oct, 2010 1 commit
  13. 22 Oct, 2010 1 commit
  14. 20 Oct, 2010 1 commit
  15. 19 Oct, 2010 1 commit
  16. 07 Oct, 2010 1 commit
  17. 06 Oct, 2010 1 commit
  18. 05 Oct, 2010 1 commit
  19. 04 Oct, 2010 1 commit
  20. 30 Sep, 2010 1 commit
  21. 28 Sep, 2010 1 commit
  22. 22 Sep, 2010 2 commits
  23. 20 Sep, 2010 2 commits
    • Bryan Godbolt's avatar
      modified mavlink xml parser to allow any array type · 0f2ef0c1
      Bryan Godbolt authored
      I added the ability for the parser to pack an array of any mavlink standard type.  This will allow array types to be specified for mavlink messages without using the type="array" syntax.
      
      I also changed how a bunch of the strings were constructed to more closely conform to the coding style guidelines by reducing the number of implicit copy constructor calls
      0f2ef0c1
    • Bryan Godbolt's avatar
      modified mavlink xml parser to allow any array type · 83139ae7
      Bryan Godbolt authored
      I added the ability for the parser to pack an array of any mavlink standard type.  This will allow array types to be specified for mavlink messages without using the type="array" syntax.
      
      I also changed how a bunch of the strings were constructed to more closely conform to the coding style guidelines by reducing the number of implicit copy constructor calls
      83139ae7
  24. 17 Sep, 2010 1 commit
  25. 15 Sep, 2010 1 commit
  26. 14 Sep, 2010 3 commits
  27. 13 Sep, 2010 2 commits
  28. 03 Sep, 2010 1 commit
    • Bryan Godbolt's avatar
      Added angular velocities. · fa567258
      Bryan Godbolt authored
      Changed NUM_OUTPUT_SIGNALS to an const unsigned short from a #define and moved its definition into OpalRT.h from OpalLink.h so that the configuration would all be in one place.
      fa567258