AutoChooser::AddAutoRoutine
lambda parameter inconsistent between Java and C++
#906
Labels
Milestone
AutoChooser::AddAutoRoutine
lambda parameter inconsistent between Java and C++
#906
The Java version takes a function that accepts an
AutoFactory
and returns anAutoRoutine
(which does not completely match documentation), whereas the C++ version takes a function that accepts nothing and returns aCommandPtr
(which also does not completely match documentation).The text was updated successfully, but these errors were encountered: