commit | 7ffb138c872f66ebd2b42f90a055d42d8e4a7a4b | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Sep 29 16:55:12 2013 -0700 |
committer | Brian Silverman <brians> | Sun Sep 29 16:55:12 2013 -0700 |
tree | 081896dbdb0661529cf5b6cc62fff5c576897089 | |
parent | 6da70211b0bac3c3d19d432822b2ebc15f809c10 [diff] [blame] |
added a lockout so it won't stop the shooter too soon
diff --git a/frc971/control_loops/index/index.h b/frc971/control_loops/index/index.h index 7c68a7f..28cad07 100644 --- a/frc971/control_loops/index/index.h +++ b/frc971/control_loops/index/index.h
@@ -323,6 +323,8 @@ bool disc_clamped_; bool disc_ejected_; + bool is_shooting_; + // The frisbee that is flying through the transfer rollers. Frisbee transfer_frisbee_;