Skip to content
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

Merged
merged 6 commits into from
Jan 19, 2024
Merged

Conversation

a1cd
Copy link
Contributor

@a1cd a1cd commented Jan 17, 2024

Added sysID configuration mode, this mode automatically collects data for sysID so that characterization is made easier.

@a1cd a1cd added the enhancement New feature or request label Jan 17, 2024
@a1cd a1cd added this to the Drivetrain milestone Jan 17, 2024
@a1cd a1cd requested a review from GBKP January 17, 2024 23:42
@a1cd a1cd self-assigned this Jan 17, 2024
@a1cd a1cd linked an issue Jan 17, 2024 that may be closed by this pull request
// autoChooser.addOption(
// "Flywheel FF Characterization",
// new FeedForwardCharacterization(
// flywheel, flywheel::runVolts, flywheel::getCharacterizationDriveVelocity));
Copy link
Contributor

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.

Copy link
Contributor Author

@a1cd a1cd Jan 19, 2024

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

@a1cd a1cd requested a review from GBKP January 19, 2024 20:35
@GBKP
Copy link
Contributor

GBKP commented Jan 19, 2024

go merge!

@a1cd a1cd merged commit b8e070c into main Jan 19, 2024
2 checks passed
@a1cd a1cd deleted the 15-add-sysid-configuration-command branch January 19, 2024 21:07
@a1cd a1cd restored the 15-add-sysid-configuration-command branch January 30, 2024 00:00
@a1cd a1cd deleted the 15-add-sysid-configuration-command branch February 5, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SysID Configuration Command
2 participants