frc5687 / 2017-protobot

For prototyping the 2017 robot
5 stars 2 forks source link

Create IRPIDSource class for gear approach #123

Closed BenBernardCIS closed 7 years ago

BenBernardCIS commented 7 years ago

PID doesn't do well with IR signals because they aren't linear....so let's use an array to map from IR voltage to inches and use the inches as our PID input.