-
Notifications
You must be signed in to change notification settings - Fork 0
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
Develop closed loop angle control for the robot using a gyro. #10
Labels
Comments
Comments as of 477afb8 I think you are on the right track but we need to refactor the organization. We have a few different objects and areas of concern here:
We want to keep the code decoupled and make most of these areas of concern separate.
My recommendations:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We will want to be able to turn to specific angles in autonomous mode. Using a gyro, develop an abstraction to turn the drivetrain to a specific angle relative to the robot's current heading.
The text was updated successfully, but these errors were encountered: