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

can't run ./okvis_app_synchronous path/to/okvis/config/config_fpga_p2_euroc.yaml path/to/MH_01_easy/mav0/ #87

Open
afrath01 opened this issue Jul 25, 2020 · 1 comment

Comments

@afrath01
Copy link

Hi there,
./okvis_app_synchronous path/to/okvis/config/config_fpga_p2_euroc.yaml path/to/MH_01_easy/mav0/ while running this on my terminal with correct path. But the output is bash: ./okvis_app_synchronous: No such file or directory. If anybody knows help me to resolve it. Thank you

@moonwonlee
Copy link

moonwonlee commented Nov 9, 2020

That's probably because you ran that command with okvis_app_synchronous.cpp file. You would like to go to CMakeLists.txt and change the following line's "OFF" to "ON"
option (BUILD_APPS "Builds a demo app (which requires boost)" ON) <= this part
Then build okvis again, then you will see okvis_app_synchronous inside build directory which works with the command suggested at readme

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

2 participants