- 28 Apr, 2012 1 commit
-
-
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 6 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.
-
LM authored
-
LM authored
-
LM authored
-
LM authored
-
- 16 Apr, 2012 1 commit
-
-
Lorenz Meier authored
Fixed a stack overflow bug when using the regression fitting command
-
- 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.
-
- 01 Apr, 2012 1 commit
-
-
Lorenz Meier authored
-
- 23 Mar, 2012 6 commits
-
-
Lorenz Meier authored
Linechart UI improvements
-
Lorenz Meier authored
Canceling out of file selection in the logfile plotter no longer triggers a warning.
-
Lorenz Meier authored
Added a check for a division by zero in AbstractCalibrator::logAverage()
-
Bryant Mairs authored
Added a check for a division by zero in AbstractCalibrator::logAverage(). This was causing a crash when attempting a calibration when there's no RC data being received.
-
Bryant Mairs authored
-
Lorenz Meier authored
Fixed canceling the Logging function through the button on the main toolbar
-
- 22 Mar, 2012 2 commits
-
-
Bryant Mairs authored
Modified the Linechart widget so that the "Show units" button is under the "Curve Selection" frame, which is what it actually modifies. Also moved all of the UI that was under the "Curve Selection" to inside of it at the bottom so that the grouping of UI elements is more coherent.
-
Bryant Mairs authored
-
- 09 Mar, 2012 3 commits
- 08 Mar, 2012 3 commits
-
-
Lionel Heng authored
-
Lionel Heng authored
-
Lionel authored
-