7 Object "/home/wh/Desktop/mygitlab/svo-orb-1/Examples/Stereo/stereo_euroc_line", at 0x5629369fb3bd, in _start
6 Source "../csu/libc-start.c", line 308, in __libc_start_main [0x7fc53d73c082]
5 Source "/home/wh/Desktop/mygitlab/svo-orb-1/Examples/Stereo/stereo_euroc_line.cc", line 180, in main [0x5629369fc626]
177: #endif
178:
179: // Pass the images to the SLAM system
> 180: SLAM.TrackStereo(imLeftRect,imRightRect,tframe);
181:
182: #ifdef COMPILEDWITHC11
183: std::chrono::steady_clock::time_point t2 = std::chrono::steady_clock::now();
4 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/System.cc", line 242, in TrackStereo [0x7fc5420daa1d]
2 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/Tracking.cc", line 525, in Track [0x7fc54210703d]
522: bOK = TrackLocalMap();
523: } else {
524: // 未提特征,用Direct方法比较
> 525: bOK = TrackLocalMapDirect();
526: if (!bOK) {
527: // Track local map 数量少,可能是前一步位姿估计的不准,也可能是视觉上匹配的就是太少
528: // clear the features and try search in local map
1 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/Tracking.cc", line 2180, in TrackLocalMapDirect [0x7fc54210f56f]
I0423 10:45:20.048502 19680 Tracking.cc:1638] Search by projection returns 53 Stack trace (most recent call last):
8 Object "", at 0xffffffffffffffff, in
7 Object "/home/wh/Desktop/mygitlab/svo-orb-1/Examples/Stereo/stereo_euroc_line", at 0x5629369fb3bd, in _start
6 Source "../csu/libc-start.c", line 308, in __libc_start_main [0x7fc53d73c082]
5 Source "/home/wh/Desktop/mygitlab/svo-orb-1/Examples/Stereo/stereo_euroc_line.cc", line 180, in main [0x5629369fc626]
4 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/System.cc", line 242, in TrackStereo [0x7fc5420daa1d]
3 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/Tracking.cc", line 263, in GrabImageStereo [0x7fc542105a72]
2 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/Tracking.cc", line 525, in Track [0x7fc54210703d]
1 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/Tracking.cc", line 2180, in TrackLocalMapDirect [0x7fc54210f56f]
0 Source "/home/wh/Desktop/mygitlab/svo-orb-1/src/Frame.cc", line 671, in ComputeStereoMatches [0x7fc5424709ee]
段错误 (地址没有映射到对象 [(nil)])
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)