apparently it worked the entire time

This commit is contained in:
Abhishrek05
2023-05-11 17:03:24 -07:00
parent e0b6a24286
commit 2adcbdb5c6
3 changed files with 6 additions and 3 deletions
@@ -26,7 +26,7 @@ import frc4388.robot.subsystems.Shooter;
*/
public class RobotContainer {
/* RobotMap */
private final RobotMap m_robotMap = new RobotMap();
public final RobotMap m_robotMap = new RobotMap();
/* Subsystems */
private final Drive m_robotDrive = new Drive(m_robotMap.driveMotorLeftLeader, m_robotMap.driveMotorRightLeader, m_robotMap.driveMotorLeftFollower, m_robotMap.driveMotorRightFollower, m_robotMap.driveBase);