This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Add initialize() Method to Subsystems for CAN Bus Race Condition #21
Labels
bug
Something isn't working
When first creating the subsystem in the constructor some things can't be called as there is a race condition (like getting the value of the encoder). So add an initialize() method that gets cycled through after they have all been created.
The text was updated successfully, but these errors were encountered: