Closed bhall-ctre closed 2 weeks ago
The documentation for the AutoFactory constructor only points to a Choreo::CreateAutoFactory() function, which exists in Java but not C++.
AutoFactory
Choreo::CreateAutoFactory()
It looks like the class comment is also out-of-date with recent changes to Choreo (such as AutoLoop -> AutoRoutine).
Turns out those files don't even get compiled, and the Java tests that would have caught that were never ported to C++ (C++ has almost no tests). We clearly have some process improvements to do.
The documentation for the
AutoFactory
constructor only points to aChoreo::CreateAutoFactory()
function, which exists in Java but not C++.It looks like the class comment is also out-of-date with recent changes to Choreo (such as AutoLoop -> AutoRoutine).