-
Notifications
You must be signed in to change notification settings - Fork 143
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
How to use this program to calibrate mid360 parameters? #90
Comments
Getting different results each time is normal, as any algorithm calibration comes with errors. If the differences in your results are not significant (such as a rotation of 1 degree or a translation of approximately 2 cm), you can use the average value by calibrating several times. However, if the differences are substantial, it is recommended to calibrate again.. |
What about the time stamp gap? Is the timestamp from each correction also averaged? I saw that the mid360 official website has its imu radar relative position information, so my key question is to get the time difference between them. |
“Is the timestamp from each correction also averaged?” -- YES. |
As shown in the title, we use ros_driver2 to drive mid360, release point cloud in customized format, and try to use this program to match the timestamp of laser and imu for mid360. We tilted the radar according to the method in the video to complete the progress in the three directions of xyz respectively, and got the final result. But each time we get a different result, how can I evaluate the final result?
The text was updated successfully, but these errors were encountered: