Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Heading correction logic now reads in current heading #150

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

Blargleflakes
Copy link

The purpose of this commit is address the issue where heading correction is broken as indicated in the following link: BroncBotz3481/YAGSL#44

The cause of this issue seems to be from the heading controller using the lastHeadingRadians as its measurement and the current heading as its target, causing the output to be inverted. This commit fixes this by swapping these values.

The purpose of this commit is address the issue where heading correction is broken as indicated in the following link:
BroncBotz3481/YAGSL#44

The cause of this issue seems to be from the heading controller using the lastHeadingRadians as its measurement and the current heading as its target, causing the output to be inverted. This commit fixes this by swapping these values.
@thenetworkgrinch thenetworkgrinch merged commit 7089f41 into BroncBotz3481:dev Jan 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants