Rundle-Robotics / 2023-Charged-Up

Team 6351's Code for the 2023 FRC Charged Up Season
Other
1 stars 0 forks source link

Change driverController to static #5

Closed ishanvermani closed 1 year ago

ishanvermani commented 1 year ago

The previous implementation used the CommandXboxController as a private instance passed to each command/subsystem

This has been updated to a public static instance for alignment with standards and for the sake of simplicity