-
Notifications
You must be signed in to change notification settings - Fork 48
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
Validate fusion result #5
Comments
The accuracy cannot be verified with sample data. |
Thanks! |
Excuse me, I don't use GPS, I only use Odom. Why is the output topic messy and the data floating? When GPS and Odom are input at the same time, which is used for observation? |
Sorry, the debugging of the Odom complex may have been poor. I'll fix it as soon as I figure out the problem. |
As far as I know, any type of odometry (wheel odom, visual odom, visual-inertial odom... etc. ) suffers from drift. Fundamentally, there is no way we can correct them without a bounded correction source (e.g. GPS, wifi Beacon, Place Recognition(in case of SLAM)... etc). In order to make odometry in novel EKF, the code needs an extra code bit for odometry prediction. Meanwhile, in kalman_filter_localization package, both odom and GPS are used as observation. Odom has a relatively small drift to IMU, the assumption is reasonable for local navigation. However, the pose will keep drifting out from the gound truth as it uses poorly estimated covariance updates. There might be a wrong explanation, so feel free to make a comment to correct this posting |
Hii, I've one more question:
How to validate the accuracy of the fusion result?
The text was updated successfully, but these errors were encountered: