Austin Schuh | 1a38796 | 2015-01-31 16:36:20 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Updates the elevator controllers (for both robots). | ||||
4 | |||||
5 | cd $(dirname $0) | ||||
6 | |||||
Brian Silverman | b691f5e | 2015-08-02 11:37:55 -0700 | [diff] [blame^] | 7 | export PYTHONPATH=../../frc971/control_loops/python |
8 | |||||
Austin Schuh | 1a38796 | 2015-01-31 16:36:20 -0800 | [diff] [blame] | 9 | ./python/elevator.py fridge/elevator_motor_plant.cc \ |
10 | fridge/elevator_motor_plant.h |