- Apr 18, 2012
-
-
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.
-
- Apr 17, 2012
-
-
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
-
- Apr 16, 2012
-
-
Lorenz Meier authored
Fixed a stack overflow bug when using the regression fitting command
-
- Apr 13, 2012
-
-
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.
-
- Apr 01, 2012
-
-
Lorenz Meier authored
-
- Mar 23, 2012
-
-
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
-
- Mar 22, 2012
-
-
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
-
- Mar 09, 2012
- Mar 08, 2012
-
-
Lionel Heng authored
-
Lionel Heng authored
-
Lionel authored
-
- Mar 06, 2012
- Mar 01, 2012
-
-
Lorenz Meier authored
-
- Feb 27, 2012
-
-
Friedrich Fraundorfer authored
-
hengli authored
-
- Feb 26, 2012
-
-
Lionel Heng authored
-
Lionel Heng authored
Added text (component id) to cone/circle symbol symbolizing pose data from that component in 3D view.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lionel Heng authored
-
Lionel Heng authored
Unified all object selections in 3D view via right-mouse-click, and added mouse-based terrain translation/rotation.
-
Lionel Heng authored
-
Lionel Heng authored
-