You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started on this in https://github.com/frc5687/2018-robot/tree/Intake/%23248-convertToDistance a couple days ago. Feel free to start from scratch, but essentially I created some enums for the different model/flavors of IR sensors we use, and then for BACK_IR & DOWN_IR in Constants where we normally put whether they're enabled or not, I added a sibling variable whose value is one of the enums, and in the method / class where we use the transform power & coefficient said values where obtained from the constants file depending on which enum was passed into the constructor.
No description provided.
The text was updated successfully, but these errors were encountered: