Set PYTHONPATH for old control loops
Running them doesn't get you the right files (namespace issues at
least), but at least they kind of work.
Change-Id: I69faa943d4db14c29bdaa6abb035f6f34ca5244d
diff --git a/y2014/control_loops/update_shooter.sh b/y2014/control_loops/update_shooter.sh
index a9c5807..6dbf5f5 100755
--- a/y2014/control_loops/update_shooter.sh
+++ b/y2014/control_loops/update_shooter.sh
@@ -4,6 +4,8 @@
cd $(dirname $0)
+export PYTHONPATH=../../frc971/control_loops/python
+
./python/shooter.py shooter/shooter_motor_plant.h \
shooter/shooter_motor_plant.cc \
shooter/unaugmented_shooter_motor_plant.h \