-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fail to track local map! #929
Comments
I am having the same issue! Did you solve it? |
My reason is due to excessive calibration errors between the camera and IMU |
how did you make sure to calibrate it well? |
Kalibr tool can be used for calibration to ensure that the reprojection error is within 0.5 pixels, preferably between 0.1 and 0.2. |
hmm I used kalibr, that doesn't seem to be my issue. Do you know how we should synchronize the camera images and imu timestamps? I am guessing they are not synchronized properly maybe. |
There are many factors that affect multi-sensor performance: 1. Whether the clock sources of the sensors are consistent; 2. The frequency of IMU should be at least twice as high as that of the camera, of course, the higher the better; 3. Some scenarios may have a significant impact on IMU, and it may be necessary to continue increasing the frequency of IMU or expanding its random walks and noise, etc. If you don't want to consider so much, you can try using a camera like D435i, which will save a lot of trouble |
Hi! When I use my own device in IMU+Stereo mode, I always encounter the message 'Fail to track local map!' after running for a period of time! Then reset the map, but this phenomenon does not occur in stereo mode. What are the reasons for this phenomenon?
The text was updated successfully, but these errors were encountered: