- 03 Aug, 2012 1 commit
-
-
Jessica authored
-
- 02 Aug, 2012 2 commits
- 30 Jul, 2012 1 commit
-
-
Lorenz Meier authored
-
- 28 Jul, 2012 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Jessica authored
-
- 25 Jul, 2012 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 21 Jul, 2012 1 commit
-
-
Jessica authored
-
- 19 Jul, 2012 1 commit
-
-
pixhawk authored
-
- 18 Jul, 2012 4 commits
- 13 Jul, 2012 1 commit
-
-
Jessica authored
qgcunittest.pro now compiles and runs as long as run in terminal in projcts->Run Settings is unchecked.
-
- 30 Jun, 2012 1 commit
-
-
Jessica authored
-
- 29 Jun, 2012 1 commit
-
-
Jessica authored
-
- 28 Jun, 2012 3 commits
- 12 Jun, 2012 1 commit
-
-
Lorenz Meier authored
-
- 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 1 commit
-
-
pixhawk authored
-
- 28 Apr, 2012 1 commit
-
-
Lorenz Meier authored
-
- 27 Apr, 2012 1 commit
-
-
LM authored
-
- 23 Apr, 2012 1 commit
-
-
LM authored
-
- 20 Apr, 2012 2 commits
- 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 4 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
-
- 13 Apr, 2012 2 commits
-
-
Bryant Mairs authored
Also changed calculateRegression(...) to return a bool, as that's all it needs.
-
Bryant Mairs authored
Fixed a stack overflow bug when using the regression fitting command in logfile plot. Solution involved just allocating on the heap instead of the stack.
-