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 | |||||
7 | ./python/shooter.py shooter/shooter_motor_plant.h \ | ||||
8 | shooter/shooter_motor_plant.cc \ | ||||
9 | shooter/unaugmented_shooter_motor_plant.h \ | ||||
10 | shooter/unaugmented_shooter_motor_plant.cc |