This commit is contained in:
Aidan Ferguson 2016-02-20 14:05:56 -05:00
parent fea200cca5
commit 8327823bd1
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ private:
/*
* Unlike the previous actions, this method does need to be called every iteration of
* TeleopPeriodic. This is because the logic running this operation needs to be checked
* Every time the method is called. This cannot be a loop in the Shoot method because
* that would lock the robot every time the trigger is hit.