first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / test / run-one
index d661abec40250ed5eb52d196a744e66aee9f50e3..8fa0787cd9c9ab71ace44e2e6e94730c02efa73e 100755 (executable)
@@ -1,15 +1,26 @@
 #!/bin/sh
 
+DIR=~/misc/rockets/flights
+
 for i in "$@"; do
-./ao_flight_test "$i" > run-out.full
-./ao_flight_test_baro "$i" > run-out.baro
-#./ao_flight_test_accel "$i" > run-out.accel
+case "$i" in
+    */*)
+    file="$i"
+    ;;
+    *)
+    file="$DIR/$i"
+    ;;
+esac
+./ao_flight_test "$file" > run-out.full
+./ao_flight_test_baro "$file" > run-out.baro
 
+#./ao_flight_test_accel "$file" > run-out.accel
 #"run-out.accel" using 1:9 with lines lt 4 axes x1y1 title "accel height",\
 #"run-out.accel" using 1:11 with lines lt 4 axes x1y2 title "accel speed",\
 #"run-out.accel" using 1:13 with lines lt 4 axes x1y2 title "accel accel",\
 #"run-out.accel" using 1:15 with lines lt 4 axes x1y1 title "accel drogue",\
 #"run-out.accel" using 1:17 with lines lt 4 axes x1y1 title "accel main",\
+#
 
 gnuplot << EOF
 set ylabel "altitude (m)"