-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SysID Configuration mode #23
Conversation
// autoChooser.addOption( | ||
// "Flywheel FF Characterization", | ||
// new FeedForwardCharacterization( | ||
// flywheel, flywheel::runVolts, flywheel::getCharacterizationDriveVelocity)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we just going un comment this out when we make autos? If we know we are going to use this at some point I'm not sure about commenting it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, but this code will cause build to fail if it's uncommented because of changes that I made for the future. We will use this code, but changes need to be made when changes on another branch are merged
go merge! |
Added sysID configuration mode, this mode automatically collects data for sysID so that characterization is made easier.