-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Runtime error #23
Comments
From your case, with referring to issue #11
|
From your case, it seems that your OpenCV is complied with 4.5.3 but run with OpenCV version 3.2.0, can you keep them the same? This is very very important to launch R3LIVE correctly. |
Perfect, already did it and it is working, thank you for your help! |
Can you tell me how you solved it ? I'm in the same situation as you, my ros melodic used opencv3.2. I compiled the code with opencv4.4.0. |
You might do this checking to see which version is found when running the code in command prompt:
This page might be helpful to double check your installation procedure:
As a final advice, from the time I was struggling untill now, I found further issues with other libraries that you might be willing to use too, such as open3D, related to cmake version, for instance. My best advice in the end is to upgrade to Ubuntu 20, since it has a stable upgraded environment in general. Cons: don't do it if you have more than one machine using Ubuntu 18 and ROS Melodic, because ROS will face issues regarding Melodic and Noetic communications. |
The follow error happens when playing a bag file from the dataset. RViz is shutdown with all the other nodes. It seems to be when the first image is received, but not much else is shown even in the log files. Sorry for my lack of expertise in more means of investigation.
I am using ROS Melodic, and I compiled the code with OpenCV 4.5.3. Compilation went well.
The text was updated successfully, but these errors were encountered: