Closed Vench1 closed 5 months ago
same issue here
same issue here
Hi, @hermanndererdmann. This may help you ORB-SLAM3-STEREO-FIXED, I compiled it successfully with ubuntu 22.04 and opencv4.4.0. After this I also compiled its next step on ros2 humble, i.e. ORB_SLAM3_ROS2.
For the epoxy error this worked for me.
For EGL I added the following line to CMakeLists.txt to the find_package() section.
find_package(OpenGL REQUIRED COMPONENTS OpenGL EGL GLX)
Thank you for your excellent work! I followed the steps in the README, but an error occurred when executing ./build.sh in the ORB-SLAM3 section. I tried many times, but still had problems. I tried to open the build.sh file and compile and install manually step by step. There were no problems until "Configuring and building ORB_SLAM3 ...", when I found that the last step, make -j4, could not be compiled and the following error occurred:
This is weird. I have already installed epoxy and EGL.
Do you have any idea on how to solve this problem?