- 29 Jun, 2012 1 commit
-
-
Jessica authored
-
- 12 Jun, 2012 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 07 Jun, 2012 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
fixed waypoints with APM
-
- 05 Jun, 2012 1 commit
-
-
Andrew Tridgell authored
as long as the waypoint comes from the right systemID there is no point rejecting it based on component ID. The current_partner_compid is also completely wrong in the code, so checking it makes no sense anyway
-
- 31 May, 2012 2 commits
- 30 May, 2012 1 commit
-
-
pixhawk authored
-
- 29 May, 2012 1 commit
-
-
LM authored
-
- 23 May, 2012 2 commits
-
-
-
pixhawk authored
-
- 15 May, 2012 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Replaced the autopilot-specific inclusion of MAVLink to be more generic
-
- 28 Apr, 2012 4 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 27 Apr, 2012 1 commit
-
-
LM authored
-
- 26 Apr, 2012 2 commits
-
-
Lorenz Meier authored
Unittesting fix
-
Lorenz Meier authored
Datalogger refactoring
-
- 24 Apr, 2012 1 commit
-
-
LM authored
-
- 23 Apr, 2012 1 commit
-
-
LM authored
-
- 20 Apr, 2012 3 commits
- 19 Apr, 2012 6 commits
-
-
James Goppert authored
-
James Goppert authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
I had to update some method calls in UASUnitTest.cc. I'd bet that some of the tests are wrong now because of it.
-
Bryant Mairs authored
TODO: This should be altered to reuse stuff from qgroundcontrol.pro by including it instead of copy/paste.
-
- 18 Apr, 2012 1 commit
-
-
Bryant Mairs authored
Refactored the LogCompressor. It wasn't properly handling certain message logging files that mixed messages (Issue #70). One note is that this logger should work correctly as I've tested it, but could have some edge cases. It is pickier about the file format that it will sparse, but I don't know if the error-checking stuff from the old code would have actually worked. This can also be easily re-added. This code is also much faster than the old stuff. From what I could tell it scanned through the log file at least twice, I think three times. It also copied a lot of data into memory instead of reading, processing, and writing one line at a time, so memory use should be much lower. Some memory leaks from the old code were also refactored out, so lifetime memory use should be down.
-
- 17 Apr, 2012 5 commits
-
-
Bryant Mairs authored
-
Bryant Mairs authored
Fixed a couple of uninitialized arrays within the MAVLinkDecoder. It would result in weird time values in some data logging instances.
-
Bryant Mairs authored
Replaced the autopilot-specific inclusion of MAVLink to be more generic. Now if you have no actual QGC modifications to make and just want your messages to be available for viewing/logging you can just create the user_config.pri file and override MAVLINK_CONF.
-
LM authored
-
LM authored
-