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

fixed translation error in odom_comb #12

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

niniemann
Copy link
Contributor

Previously, the ekf localization only computed a correct orientation, but the translation still followed the pure odometry data. This led to strange errors where the robot would move sideways (despite only having a diff drive).

This PR changes the ekf configuration to not use any position information from the odometry, but to integrate the velocities, which fixes this problem.

@mintar mintar merged commit 73f9b66 into DFKI-NI:kinetic Jan 22, 2019
kdhansen pushed a commit to AAU-RoboticsAutomationGroup/mir_robot that referenced this pull request Dec 6, 2023
* Added mir_ready service as a workaround for lifecycle nodes (pythoN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants