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

ORB SLAM 2 error while executing mono_tum: no such file or directory #1068

Open
AhmedJabareen96 opened this issue Dec 25, 2022 · 2 comments
Open

Comments

@AhmedJabareen96
Copy link

I had successfully built ORB SLAM 2, and I want to run the Monocular example. I used the command:

./Examples/Monocular/mono_tum Vocabulary/ORBvoc.txt Examples/Monocular/TUM1.yaml /home/$USER/Downloads/rgbd_dataset_freiburg1_xyz

to run the mono_tum executable on the given data set, but I get the following error:

no such file or directory: ./Examples/Monocular/mono_tum

What should I do ?

@AhmedJabareen96 AhmedJabareen96 changed the title RB SLAM 2 error while executing mono_tum: no such file or directory ORB SLAM 2 error while executing mono_tum: no such file or directory Dec 25, 2022
@oguzhanilter
Copy link

Hi,

Be sure that

  • you correctly created the executable of mono_tum . For that, please check the last part of the CMakeLists.txt to see if the 'add_executable' for the mono_tum is correct.
  • Please check if the executable is present in the directory of <path_to_ORBSLAM2> /ORB_SLAM2/Examples/Monocular/
  • Please be sure that you are running the command in the correct directory: the commend you provided, should be run inside the '<path_to_ORBSLAM2> /ORB_SLAM2'

I hope it helps

@hhhtaotao
Copy link

Hello, I also have the same problem, did you solve the problem? Can you tell me how to fix it? Thank you so much

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

3 participants