Open migsdigs opened 1 month ago
were you able to solve this? I am experiencing a similar issue with my own stereo-inertial setup where it is stuck in a loop of "IMU is not or recently initialized. Reseting active map..." and "Fails to Track Local Map"
Hi there,
Thank you for work and for providing such a useful repo. I was hoping you could help me with an issue I am having when trying to run Orbslam in mono-inertial mode with IMU and image data from the EuRoC data.
I see it is quite a common issue from some of the already existing issues posted, but the recommendations I tried did not fix my issue. Like with others, I get this message in a loop when trying to run the slam framework with images and imu data:
I have the following parameters set in my yaml settings file:
I understand that the common issue can be that the transformation matrix from camera frame to body (IMU) is incorrect. However, I have got this directly from the calibration/sensor configuration files provided in the EuRoC dataset and they also appear to be the same as those provided in the yaml file for your EuRoC example. Furthermore, I would imagine that in a dataset like EuRoC there is sufficient excitation along all axes.
If you have any other recommendations, I would greatly appreciate them.
For further context, I have been using a Python wrapper for OrbSlam, and it has been able to work just fine for the regular monocular case without IMU data, on KITTI data and my own.
Thank you for your time.