Closed ZachOrr closed 2 years ago
Pulling code out of https://github.com/Team2337/2022-Presented-By-Noahs-Arcade/pull/114/files - this PR changes the variables in Constants to be final (so actually constant). The HUB_HEIGHT constant is now a true constant - since it doesn't change per-robot.
final
HUB_HEIGHT
Pulling code out of https://github.com/Team2337/2022-Presented-By-Noahs-Arcade/pull/114/files - this PR changes the variables in Constants to be
final
(so actually constant). TheHUB_HEIGHT
constant is now a true constant - since it doesn't change per-robot.