Frc5572 / FRC2023

Code repo for 2023 Charged UP
Other
0 stars 0 forks source link

fix processor claiming everything #188

Closed wilsonwatson closed 5 months ago

wilsonwatson commented 5 months ago

Currently, RobotProcessor claims its handled all annotations, when in fact it doesn't care about annotations. This breaks things like AutoLog in AdvantageKit.

This change fixes RobotProcessor such that it claims it handles none of the annotated items (even though it technically walks the entire tree).