commit | d4417aa65473f541329b29d3898214b7911af87e | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Jan 18 12:45:12 2014 -0800 |
committer | Brian Silverman <brians> | Sat Jan 18 12:45:12 2014 -0800 |
tree | ec2fff22e18dd6e09942ad459d189cce66dccbc4 | |
parent | 7867026833b21d576639cce595b88129d36ad509 [diff] [blame] |
started working on a skeleton for the 2014 control loops
diff --git a/frc971/control_loops/update_shooter.sh b/frc971/control_loops/update_shooter.sh new file mode 100755 index 0000000..8a18289 --- /dev/null +++ b/frc971/control_loops/update_shooter.sh
@@ -0,0 +1,8 @@ +#!/bin/bash +# +# Updates the shooter controller. + +cd $(dirname $0) + +./python/shooter.py shooter/shooter_motor_plant.h \ + shooter/shooter_motor_plant.cc