Skip to content
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

ROS Wrapper: Process Died Issue with ORB_SLAM3 Using OpenCV 3.2.0 #41

Open
setareh-soltanieh opened this issue Jun 27, 2024 · 1 comment

Comments

@setareh-soltanieh
Copy link

Hi everyone,

I have successfully run ORB_SLAM3 on my computer and tested it with the EuRoC dataset and a Realsense T265 camera, and everything works fine. However, I am facing a "Process has died" issue when trying to use the ROS wrapper.

Details:
OpenCV Version: 3.2.0 (I have deleted all other OpenCV libraries)
ROS Wrapper: Built without any errors
For debugging, I am attempting to run the EuRoC dataset with ROS. I know my code doesn't go beyond this line in ORB_SLAM3/System.cc:
cv::FileStorage fsSettings(strSettingsFile.c_str(), cv::FileStorage::READ);
I have ensured that the path in strSettingsFile.c_str() is correctly assigned.

Steps Taken:
Verified the OpenCV version and removed other versions.
Confirmed that the settings file path is correct.
Built the ROS package without any errors.
Issue:
The process dies at the aforementioned line, and I am unable to determine the cause.

Can someone please help me identify and resolve this issue?

Thanks in advance!

@sirackerman
Copy link

Hi a bit late to answer but I got a similar open CV error and was able to fix it by fixing some typos in my yaml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants