summaryrefslogtreecommitdiff
path: root/src/test/plottest
Commit message (Collapse)AuthorAge
* altos: Switch telemetrum over to kalman filterKeith Packard2011-03-22
This changes the full telemetry stream to include kalman data instead of the old ad-hoc flight data. It's compatible in that the packet sizes are the same so teledongle can receive either and figure out which it has received. A few plotting and testing tools are added to make validating the new code easier. Signed-off-by: Keith Packard <keithp@keithp.com>