altos/test: Replace state name with 10* state value in test log. Fix raw speed
authorKeith Packard <keithp@keithp.com>
Mon, 7 May 2018 15:56:32 +0000 (08:56 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 7 May 2018 16:21:56 +0000 (09:21 -0700)
commit7b11a34bb031035883bac97952e5ca6db0684e33
tree43e4b445f5f72b68d3108f494c23635f150b938f
parentcc83d57454ed07e4828b4413e5af6ae2ecfe2e5a
altos/test: Replace state name with 10* state value in test log. Fix raw speed

Using a state value means we can plot state changes along with the
rest of the graph. Raw speed (simple integrated acceleration) was
busted; mostly needing to skip the first accel sample.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/test/ao_flight_test.c
src/test/plottest