diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-28 23:21:17 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-28 23:21:17 -0700 |
| commit | 9ee3f520ea74f75f661e2208d7640b21212cacba (patch) | |
| tree | 6102fd500c4cf94aa362a249a0273c3ce7c6777a /src/kalman/run-eject | |
| parent | 86d6951eb480645cd2845aafd2396ec9dd4e69af (diff) | |
altos: Build test framework for kalman filter
This has some known flight data and generates kalman filter
information for them to test
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kalman/run-eject')
| -rwxr-xr-x | src/kalman/run-eject | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/kalman/run-eject b/src/kalman/run-eject new file mode 100755 index 00000000..ef21e6ac --- /dev/null +++ b/src/kalman/run-eject @@ -0,0 +1,7 @@ +#!/bin/sh +M=100 +for i in `cat ejection-csv`; do + micro=`basename $i .csv`-$M.micro + echo $i '->' $micro + nickle ./kalman_micro.5c -M $M $i > $micro +done |
