Closed NotInControl closed 9 years ago
During RIDE we changed the competition Robot encoder from a 256 count encoder to a 128 count encoder.
This means that our practice bot (still with a 256 count lift encoder is a different configuration).
We need to use the isPracticeBot() within RobotMap method to select which value is used for the LiftEncoderCount.
256 for practice bot, 128 for Comp Bot.
comp bot encoder is 128 count 61K encoder
During RIDE we changed the competition Robot encoder from a 256 count encoder to a 128 count encoder.
This means that our practice bot (still with a 256 count lift encoder is a different configuration).
We need to use the isPracticeBot() within RobotMap method to select which value is used for the LiftEncoderCount.
256 for practice bot, 128 for Comp Bot.