Added gnuplot scripts used to tune the 2014 drive kalman filter.
Change-Id: Icd1ae00d485b2b032a654ad584cf49d838413944
diff --git a/y2014/control_loops/drivetrain/kfplot5.gnuplot b/y2014/control_loops/drivetrain/kfplot5.gnuplot
new file mode 100644
index 0000000..17c0416
--- /dev/null
+++ b/y2014/control_loops/drivetrain/kfplot5.gnuplot
@@ -0,0 +1,6 @@
+set term x11
+
+plot '/tmp/dump' using 1:($13 + $14 + 20) title 'dpower',\
+ '/tmp/dump' using 1:(($9 + $10 - $11 - $12) * 10.0) title 'avg_velocity_error' with lines
+
+pause -1