Team612 / 612-2015

FRC team 612's repository for 2015 season
GNU General Public License v2.0
4 stars 6 forks source link

[Bugfix] drive command #80

Closed Ahmad-Bamba closed 9 years ago

Ahmad-Bamba commented 9 years ago

Basically the code was implemented strangely. It was passing down variables through the constructor and in the middle of it all the variables lost scope. I just changed it so that the method Drive::Execute takes three floats. From there whenever we need to call the command we can just call that function and input the 3 values.

There are also empty vision subsystem files here :/ Good thing they're empty; it shouldn't be a problem.