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

Fix bug in RK4 integration #52

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Fix bug in RK4 integration #52

merged 1 commit into from
Dec 1, 2022

Conversation

abhaybd
Copy link
Contributor

@abhaybd abhaybd commented Dec 1, 2022

The 3rd step of RK4 integration used k2_state instead of the newly computed k3_state. This PR fixes this bug.

Copy link
Member

@nandantumu nandantumu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@hzheng40 hzheng40 added the bug Something isn't working label Dec 1, 2022
@hzheng40 hzheng40 merged commit 1fa8d3a into f1tenth:main Dec 1, 2022
@abhaybd abhaybd mentioned this pull request Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants