zang09 / ORB_SLAM3_ROS2

ROS2 wrapping package for orbslam3 library
216 stars 81 forks source link

segmentation fault while running for mono/stereo camera using realsense d455i #11

Open raviS123-dot opened 1 year ago

raviS123-dot commented 1 year ago

v3@v3:~/ORB_SLAM3$ ros2 run orbslam3 mono /home/v3/colcon_ws/src/orbslam3_ros2/vocabulary/ORBvoc.txt /home/v3/colcon_ws/src/orbslam3_ros2/config/rgb-d/TUM1.yaml

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: Monocular

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

Initialization of Atlas from scratch Creation of new map with id: 0 Creation of new map with last KF id: 0 Seq. Name:

Camera Parameters:

ORB Extractor Parameters:

Fran-FC commented 1 year ago

I am facing the same error, which version of ros are you using?

raviS123-dot commented 1 year ago

@Fran-FC ros2 humble

astronaut71 commented 1 year ago

same problem here. Solve the problem? Im running ros2 humble

Nikolaiarn commented 10 months ago

Also have the same problem with ros2 Humble. Has anyone solved it?

Nikolaiarn commented 10 months ago

@astronaut71 @raviS123-dot @Fran-FC Has anyone found a solution to this problem?