AGHSEagleRobotics / frc1388-2022

FRC 2022 - Rapid React
2 stars 0 forks source link

Guest Mode should be disabled when the robot is enabled #75

Open jtechau opened 1 year ago

jtechau commented 1 year ago

When the robot is enabled, especially in teleop but really in any mode, the Guest controller should be disabled. Thus the robot must be explicitly enabled by the driver after enabling the robot.

User Story:

jtechau commented 1 year ago

In commit a9293f772f7d5ecda32549f7182763451e518610:

The Robot class is statically referencing RobotContainer. It also has a m_robotContainer object. It might be better to reference the object instance instead of the class.