Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Updates the shooter controller. | ||||
4 | |||||
5 | cd $(dirname $0) | ||||
6 | |||||
Brian Silverman | 557b65e | 2015-11-02 13:16:10 -0500 | [diff] [blame] | 7 | export PYTHONPATH=../../frc971/control_loops/python |
8 | |||||
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 9 | ./python/shooter.py shooter/shooter_motor_plant.h \ |
10 | shooter/shooter_motor_plant.cc \ | ||||
11 | shooter/unaugmented_shooter_motor_plant.h \ | ||||
12 | shooter/unaugmented_shooter_motor_plant.cc |