altos: Switch telemetrum over to kalman filter
authorKeith Packard <keithp@keithp.com>
Mon, 21 Mar 2011 20:42:51 +0000 (05:42 +0900)
committerKeith Packard <keithp@keithp.com>
Mon, 21 Mar 2011 20:42:51 +0000 (05:42 +0900)
commit7b009b2efe3af8722c358c304c2243652594e0d5
tree94e196faeaa24504b534d7ab0363a28489216b21
parent20427ae4965f756aac0cedc5179a1c45b9a781f2
altos: Switch telemetrum over to kalman filter

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>
15 files changed:
src/ao.h
src/ao_flash.c
src/ao_flight.c
src/ao_flight_test.c
src/ao_log_tiny.c
src/ao_monitor.c
src/ao_pins.h
src/ao_report.c
src/ao_telemetry.c
src/ao_telemetry_tiny.c
src/test/.gitignore
src/test/Makefile
src/test/plottest [new file with mode: 0755]
src/test/run-one [new file with mode: 0755]
src/test/test-flights