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

Mecanum sample code should bind resetYaw() to a button #340

Closed
NoahAndrews opened this issue Jan 27, 2023 · 0 comments · Fixed by #342
Closed

Mecanum sample code should bind resetYaw() to a button #340

NoahAndrews opened this issue Jan 27, 2023 · 0 comments · Fixed by #342
Labels
Software Has to do with software Type: Enhancement Add information that isn't already present in an article

Comments

@NoahAndrews
Copy link
Contributor

What information should be added?
Unlike the old BNO055 interface, the new IMU interface doesn't reset the yaw value when initialize() is called. This is so that it's possible to have a consistent zero position between autonomous and TeleOp.

Sample code that uses the new IMU should demonstrate the use of this method. For field-centric drive code, it's also a way to get rid of any accumulated yaw drift.

Does it need it's own page? (Yes/No): No

If it needs a page, which section should it be in? If it doesn't, which page should it be under?
https://gm0.org/en/latest/docs/software/tutorials/mecanum-drive.html

@abidingabi abidingabi added Software Has to do with software Type: Enhancement Add information that isn't already present in an article labels Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Software Has to do with software Type: Enhancement Add information that isn't already present in an article
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants