You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: