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

Compile and execute a modified script #4

Open
EduardoQD opened this issue Jun 30, 2023 · 0 comments
Open

Compile and execute a modified script #4

EduardoQD opened this issue Jun 30, 2023 · 0 comments

Comments

@EduardoQD
Copy link

Hi, I'm trying to compile a new script with some modifications to capture data from the map created. I'm getting problems with the compilation becuase some reference.

I'm using this command:
g++ -std=c++11 -O3 -DNDEBUG pkg-config --cflags opencv-o main mono_euroc_EDU.ccpkg-config --libs opencv -I /home/eduardo/Dev/ORB_SLAM3/include -I /home/eduardo/Dev/ORB_SLAM3/Thirdparty/DBoW2/DBoW2 -I /home/eduardo/Dev/ORB_SLAM3/Thirdparty/g2o -L /home/eduardo/Dev/ORB_SLAM3/lib -lORB_SLAM3 -lDBoW2 -lg2o

The error is the following:
/home/eduardo/Dev/ORBSLAM3/include/KeyFrame.h 24:10:faltal error: Thirdparty/DBoW2/BowVector.h: It doesn't exist the file or directory

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

1 participant