Team2168 / 2015_Main_Robot

Source code for the 2015 season
2 stars 0 forks source link

Gripper Commands Dont Finish #41

Closed NotInControl closed 9 years ago

NotInControl commented 9 years ago

https://github.com/Team2168/2015_Main_Robot/blob/master/src/org/team2168/commands/gripper/ReleaseGripper.java#L33

and

https://github.com/Team2168/2015_Main_Robot/blob/master/src/org/team2168/commands/gripper/EngageGripper.java#L33

These two commands never finish, and that will cause all command groups dependent upon them to never finish as well. Please fix this in conjunction with issue #38