We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CMake error on Ubuntu 20.04
CMake Error at CMakeLists.txt:53 (add_executable): Cannot find source file: controllers/NsumoController/nsumo/drive.c Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
The text was updated successfully, but these errors were encountered:
The solution:
Replace in .gitmodules [submodule "testapp/controllers/Sumobot4WheelExample/nsumo"] path = testapp/controllers/Sumobot4WheelExample/nsumo by [submodule "testapp/controllers/NsumoController/nsumo"] path = testapp/controllers/NsumoController/nsumo
Sorry, something went wrong.
I will look into this as well as I write new application code for my sumo robot.
No branches or pull requests
CMake error on Ubuntu 20.04
The text was updated successfully, but these errors were encountered: