UZ-SLAMLab / ORB_SLAM3

ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
GNU General Public License v3.0
6.36k stars 2.5k forks source link

Empty IMU measurements vector!!! #894

Open Yasintrkmn opened 3 months ago

Yasintrkmn commented 3 months ago

I ran successfully on my own dataset in a monocular scenario. But when I try to run monocular-inertial scenario on my own dataset, I get errors.

Fail to track local map! IMU is not recently initialized. Reseting active map... SYSTEM-> Reseting active map in monocular case LM: Active map reset received LM: Active map reset waiting... LM: End reseting Local Mapping... LM: Reset free the mutex LM: Active map reset, Done!!! mnFirstFrameId = 38 mnInitialFrameId = 0 New map created with 68 points Empty IMU measurement vector!!!

Above errors are repeated periodically.

How can I solve it?

omersefaozturk commented 3 months ago

I have same problem, ı am waiting your response please.

ALFONSOBUGRA commented 3 months ago

Yeah i have same problem too, is anyone fix that problem?