robototes/RapidReact2022

CANBus network name not changed between competition and practice bot

Opened this issue · 0 comments

Currently the CANBus network name for the drivebase and intake is set to "DrivebaseIntake" (see DRIVETRAIN_INTAKE_CAN_BUS_NAME in Hardware.java), regardless of the RobotType defined in Robot.java. This causes CAN errors on the practice bot which does not have a CANivore with a CANBus network of that name.

This is a low priority since we won't be running the practice bot in a time-intensive setting anytime soon, but if we continue using it in the future, we should consider adding a fix for this. Marking this as wontfix until after worlds for clarity.