Compare commits

...
This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.

4 Commits

Author SHA1 Message Date
Adam Goldsmith f1d7d74f8f Merge branch 'release' 2016-03-15 21:37:56 -04:00
Jason Cox a42226c489 Merge branch 'master' of code.dublinschool.org:repos/FRC/FRC2016 2016-02-27 13:06:46 -05:00
Jason Cox 5cc26334ac something halled 2016-02-23 17:39:21 -05:00
Jason Cox 53e12c5051 slowed down the arms 2016-02-20 18:34:55 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ public:
float opThrottle = SaneThrottle(operator_stick.GetThrottle());
if(!pickupRunning && ( opThrottle > shooter_power + DEADZONE_RADIUS
|| opThrottle < shooter_power - DEADZONE_RADIUS))
|| opThrottle < shooter_power - DEADZONE_RADIUS))
{
shooter.SetPower(opThrottle);
}