team8 / FRC-2021-Public

1 stars 0 forks source link

Output Object #26

Open aoberai opened 3 years ago

aoberai commented 3 years ago

Instead of having a bunch of output variables stored within each subsystem respectively, a better way to do this would be to have a single class called outputs which stores the computed outputs from each subsystem - it is much cleaner. Quintin recommended this last year.