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.51k stars 2.54k forks source link

terminate called after throwing an instance of 'cv::Exception' #421

Closed FeiXie8 closed 2 years ago

FeiXie8 commented 2 years ago

` ORB-SLAM3 Copyright (C) 2017-2020 Carlos Campos, Richard Elvira, Juan J. Gómez, José M.M. Montiel and Juan D. Tardós, University of Zaragoza. ORB-SLAM2 Copyright (C) 2014-2016 Raúl Mur-Artal, José M.M. Montiel and Juan D. Tardós, University of Zaragoza. This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions. See LICENSE.txt.

Input sensor was set to: Stereo

Loading ORB Vocabulary. This could take a while... Vocabulary loaded!

Creation of new map with id: 0 Creation of new map with last KF id: 0 Seq. Name:

Camera Parameters:

Depth Threshold (Close/Far Points): 4.2

ORB Extractor Parameters:

[1] 16951 abort (core dumped) rosrun orbslam3 mynteye_orbslam false I run the stereo slam on my own camera.It can work ,but when lose the localization and need to be relocalize,it will randomly happen.

chetanpandey1266 commented 1 year ago

image I tried running the example with pangolin but I am getting this. Howb you were able to solve it?