-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updated robotcontainer.py and constants.py for the maxswerve example … #65
Conversation
…to match updates to the commands2 class.
Added the line to enable continuous inputs on the ProfiledPIDController.
Oops, changed the wrong PID controller.
We can ignore the build failures because CI doesn't actually run the examples. Just make sure the check task succeeds and we're good to go here. |
I'll check them on real hardware later today, and I'll let you know if all the tests pass. |
Looks like the check task succeeded. Sorry it took so long, I've been balancing homework with programming recently, and CI is very particular. |
It's not too particular, we just run black to format the code. |
Thanks! I didn't realize that that was an option. I'll definitely use that in the future. |
Thanks! |
…to match updates to the commands2 class.
Hi, I'm Henry from team 9068, The Chargers. I realize that our previous fork was incorrect, so I updated our fork to be a direct fork of the repository rather than the singular example. Sorry for the confusion, let me know if you need to change anything.