-
Notifications
You must be signed in to change notification settings - Fork 652
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
Evaluate current Localization accuracy of current NDT scan matching against Localization dataset #7652
Comments
There is no guarantee that RTK is always accurate so I appreciate for any other way of getting ground truth data. |
I tested with data which is this PR shared. 1.) Here is the localization broken points in here on the google earth. 2.) Also you can see broken points on pointcloud map in here |
I made some parametric changes and also we collected new data because of time problem in last data. You can check out the some test results with new data. I did this test with Default autoware. Since I don't have the vehicle velocity as a Twist source, I did this test using the TwistWithCovarianceStamped message from GNSS/INS. 2.) The error of GNSS/INS in the tunnel increases as seen in the video above.However, the frequency of the Twist message does not decrease or the Twist message is not interrupted. For this reason, I wanted to check if using the speed coming from here causes an error in the tunnel. For this reason, I tested the localization in the tunnel by giving only NDT poses as input to EKF. In this test, no Twist message was given to EKF. Test Video |
I added Show&Tell Discussion for explaining to tests --> https://github.com/orgs/autowarefoundation/discussions/5135 |
Added document to Autoware Documentation . We can close this issue . |
You said, “For the accuracy, we can try using post-processed GNSS/INS data output as ground truth.” Regarding this statement, I would like to ask, “How is the post-processed GNSS/INS data set up, and how are the GNSS/INS coordinates converted into comparable global coordinates?” |
Description
We should compare the localization performance of Autoware before/after Autoware Labs activity.
Once we create a pointcloud map for the data collected in this issue, we should do evaluation of current Autoware's localization accuracy.
Purpose
This issue aims to measure the localization performance of autoware in urban environment.
Possible approaches
For the accuracy, we can try using post-processed GNSS/INS data output as ground truth.
Definition of done
The text was updated successfully, but these errors were encountered: