Team-4536 / FRC-2017-Public

Repository for our 2017 robot code.
0 stars 0 forks source link

setGearSlide should not set position to 0 #242

Open inkling16 opened 7 years ago

inkling16 commented 7 years ago

In driveSlidePositions, we are setting the gear slide to position 0. A position of 0 is not a valid position for the gearSlide, either get rid of these lines or replace 0 with a better position value.