Open EduardoQD opened 1 year ago
I had this when trying to install with Pangolin v0.8, try downgrading to Pangolin v0.6:
cd opt/ && \
git clone https://github.com/stevenlovegrove/Pangolin.git Pangolin && \
cd Pangolin/ && \
git checkout 0.6 && \
mkdir build && \
cd build/ && \
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CPP11_NO_BOOST=1 .. && \
make -j$(nproc) && \
make install
It solved the errors but I have some problems with using D435 becuase the CMAKE file didn't find the realsense2.
I've just installed the sdk but when I launch ./build.sh I find the following error: " Could not find a package configuration file provided by "realsense2" with any of the followings names: realsense2Config.cmake realsense2-config.cmake "
Any idea to solve it ?
Do you have librealsense2 installed? If so, how did you install it? As binaries with apt or from source?
This worked after hours of fixing. How did you get a clue to downgrade Pangolin?
I have solved it installing the correct commit of pangolin for this version
Do you have librealsense2 installed? If so, how did you install it? As binaries with apt or from source?
Now it is working.
I'm trying to install the last version of orbslam3 in ubuntu 20.04. I've installed the last version from openv concretly opencv 4.7.0. I've installed pangolin as their repository guides. Before that I' ve installed other depencies with these commands:
And when I launch de compiler in ORBSLAM3 the terminal sends me this error:
Does anyone have an idea to solve it?