Closed ArchdukeTim closed 7 months ago
CommandXboxController.y() creates and binds a new trigger each time it's invoked. This is bad because we do not want to create new bindings over and over. It leads to loop overruns
CommandXboxController.y()
CommandXboxController.y()
creates and binds a new trigger each time it's invoked. This is bad because we do not want to create new bindings over and over. It leads to loop overruns