Is it possible to use the Command-based command scheduler just for auto in a timed-based robot? Just kind of a crazy question.
Probably, although that’s untested. How are you planning on running things in teleop? Just calling subsystem functions directly?
You absolutely can, that’s what our team does. Feel free to take a look at our comp code from last year: GitHub - FRC-7525/2023SwerveAttempt2
In teleop we are going to call subsystem code directly and do some fun state machine magic.
Sweet. Thank you!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.