-
Notifications
You must be signed in to change notification settings - Fork 63
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
RUN Mono Faild! #63
Comments
Hi Could you provide details of the bag files/dataset that you are using. It seems like ORB SLAM frontend is not able to handle it. Best |
|
The dataset was recorded using a d435i, I use monocular topics, using orbslam3 alone it is possible to run through without encountering problems, when using covins it crashes at the moment of initialization |
I don't think we have tested COVINS with the monocular version of ORB-SLAM3, since we are targeting a visual-inertial and potentially stereo sensor setups with COVINS. |
What is the reason why the SLAM3 front-end crashes when I run a monocular bag package and it initializes successfully? This is the error prompt word Docker/covins_ Ws # roslaunch ORB_ SLAM3 launch_ ROS_ Mono. launch
This is the configuration file:% YAML: 1.0 #-------------------------------------------------------------------------------------------- #Camera Parameters Adjust them! #-------------------------------------------------------------------------------------------- Camera. type: "PinHole" #Camera calibration and destruction parameters (OpenCV) Camera. fx: 616.5256737097483 Camera. fy: 614.2737833318839 Camera.cx: 320.6623096191914 Camera. cy: 238.14000131287267 Camera. k1: 0.1447743999036075 Camera. k2: -0.33013564518115346 Camera.p1: 0.00143314614103631 Camera.p2: -0.0028527506337560913 Camera. k3: 0.0 Camera. width: 640 Camera. height: 480 #Camera frames per second Camera. fps: 30.0 #Color order of the images (0: BGR, 1: RGB. It is ignored if images are grayscale) Camera RGB: 1 #-------------------------------------------------------------------------------------------- #ORB Parameters #-------------------------------------------------------------------------------------------- #ORB ExtractLoading 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:
-Camera: Pinhole
-Fx: 616.526
-Fy: 614.274
-Cx: 320.662
-Cy: 238.145
-K1: 0.144774
-K2: -0.330136
-P1: 0.00143315
-P2: -0.00285275
-K3: 0
-Fps: 30
-Color order: RGB (ignored if grayscale)
ORB Extractor Parameters:
-Number of Features: 1500
-Scale Levels: 8
-Scale Factor: 1.2
-Initial Fast Threshold: 9
-Minimum Fast Threshold: 5
The text was updated successfully, but these errors were encountered: