Added scripts to plot the interpolation table.
Change-Id: I351c9dbb6edbba66072119c654bda078a415f801
diff --git a/y2017/control_loops/superstructure/plot_table.sh b/y2017/control_loops/superstructure/plot_table.sh
new file mode 100755
index 0000000..a247624
--- /dev/null
+++ b/y2017/control_loops/superstructure/plot_table.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cat superstructure.cc | grep 'table entry' | sed 's/^.*{\(.*\), {\(.*\), \(.*\), \(.*\) \* M_PI.*$/\1, \2, \3, \4/' > /tmp/constants_plot
+
+gnuplot plot_constants.gnuplot