-
Notifications
You must be signed in to change notification settings - Fork 618
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
[cmd] Fix sysid crashing when passed nullptr or {} #6508
Conversation
/format |
/format |
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.
This resolves #6507 right?
Please rebase this / retarget this to the |
I was able to cherry-pick my commits into my forked main. Should I make a new PR? I am not sure how to change this PR to merge from my main |
It doesn't need to be from your main just against wpilibsuite main |
wpilibNewCommands/src/main/native/include/frc2/command/TrapezoidProfileCommand.h
Outdated
Show resolved
Hide resolved
…pilibsuite#6508) Flattens parameter from a `std::optional<std::function<...>>` to just a `std::function<...>`. This is a breaking change but a trivial one for teams to fix.
No description provided.