Jasmine Zhou | dde7a77 | 2015-09-11 23:08:52 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Updates the elevator controllers. | ||||
4 | |||||
5 | cd $(dirname $0) | ||||
6 | |||||
Austin Schuh | 166aea6 | 2015-09-11 23:47:11 -0700 | [diff] [blame] | 7 | export PYTHONPATH=../../frc971/control_loops/python |
8 | |||||
Jasmine Zhou | dde7a77 | 2015-09-11 23:08:52 -0700 | [diff] [blame] | 9 | ./python/elevator3.py elevator/elevator_motor_plant.h \ |
10 | elevator/elevator_motor_plant.cc |