Lorenz Meier
105d1d6c30
Fixed zero order hold for logging
13 years ago
Lorenz Meier
da1218a2e3
Fixed last remaining bugs in logging, now reliable with Unix and non-Unix timestamps
13 years ago
Lorenz Meier
680da7562f
Fixed another logging bug
13 years ago
Lorenz Meier
fb5829864b
Fixed logging
13 years ago
Lorenz Meier
106ffa74e5
Fixed Logging, MAVLink API adjustments
13 years ago
Lorenz Meier
561a7416e1
Attempting to improve logging behaviour
13 years ago
Lorenz Meier
b8a41f1ff1
Fixed a number of compile warnings
13 years ago
LM
9afab6b558
Fixed minor compile error
13 years ago
Bryant Mairs
6ba5787cec
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.
13 years ago
LM
4bb601b22c
Added option to zero-order hold for logging
14 years ago
LM
01363b8807
Significantly improved logging precision, added hole filling for missing data points (user-preferences for this still pending)
14 years ago
James Goppert
18d74deb3a
K/R formatting, debugging serialport.
14 years ago
lm
7fa3071d14
Improved line chart, brought back movement on HUD (but still looks somewhat wrong on the dials). Fixed logging for ground time mode
15 years ago
lm
713474b0f9
Fixed logging, added initialization for custom action widget
15 years ago
Mariano Lizarraga
05bc98cb7d
Fixed SLUGS related warnings. Commented the visibilityChanged connection (MainWindow.cc 535) because it does not take into account when the widget is hidden when changing perspective. Will work on a fix
15 years ago
lm
04deae9fea
Fixed data plot and log compressor
15 years ago
lm
0e044f6c63
Fixed logging of large datasets
15 years ago
pixhawk
1412cb1abf
Speeded up logfile compression from quadratic to near-linear complexity
15 years ago
pixhawk
b135d3219d
Significantly improved plotting, now capturing data in linechart allows limmediate processing / analysis of the whole flight
15 years ago
pixhawk
969475270a
Commented/cleaned up code
15 years ago
pixhawk
8e6b633a19
Added NEW data plot view, fixed zoom issue in linechart
15 years ago
lm
68e011ed8d
Improved log compressor to write out NaN for unknown values
15 years ago
pixhawk
4fa6562e5c
Initial import
15 years ago