-
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 TurnToAngle #21
base: main
Are you sure you want to change the base?
Add TurnToAngle #21
Conversation
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.
Wow, this is some beautiful code! I wonder who wrote it... he must be a genius!! 😍
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.
After output is clamped, this is ready to be tested and then merged.
However, try and keep commits as relevant as possible. For example, many lines of code have been unnecessarily formatted, m_crossButton
should have been changed in a refactoring issue, and fixing the field image should have been given its own issue. This will eventually lead to merge conflicts if everything is not kept isolated.
Kudos, SonarCloud Quality Gate passed!
|
Robot go brrrrrrrrrrr
Kudos, SonarCloud Quality Gate passed!
|
Part of #13. Added a
TurnToAngle
command which turns the robot to the specified angle. Useful for autonomous routines where tight turns are needed.Edit 9-23-22: Added NITRO button! It's set as triangle. Resolves #9.