commit | 557b65e1ab17913f5e78a680670a466aeb044ca2 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Nov 02 13:16:10 2015 -0500 |
committer | Brian Silverman <brians> | Mon Nov 02 13:17:45 2015 -0500 |
tree | e3f92c432bd1e3cf49e578b22968653a8c51c6be | |
parent | 5c25ab7de3deac85e60935b7bb218c2c70efaa11 [diff] [blame] |
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_claw.sh b/y2014/control_loops/update_claw.sh index 2800d2a..18ffc4c 100755 --- a/y2014/control_loops/update_claw.sh +++ b/y2014/control_loops/update_claw.sh
@@ -2,6 +2,8 @@ # # Updates the claw controllers. +export PYTHONPATH=../../frc971/control_loops/python + cd $(dirname $0) ./python/claw.py claw/claw_motor_plant.h \