Brian Silverman | d4417aa | 2014-01-18 12:45:12 -0800 | [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 \ | ||||
joe | 93778a6 | 2014-02-15 13:22:14 -0800 | [diff] [blame] | 8 | shooter/shooter_motor_plant.cc \ |
9 | shooter/unaugmented_shooter_motor_plant.h \ | ||||
10 | shooter/unaugmented_shooter_motor_plant.cc |