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

CMake error #3

Open
embaba opened this issue Apr 20, 2022 · 2 comments
Open

CMake error #3

embaba opened this issue Apr 20, 2022 · 2 comments

Comments

@embaba
Copy link

embaba commented Apr 20, 2022

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
@embaba
Copy link
Author

embaba commented Apr 20, 2022

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

@niklasab
Copy link
Member

I will look into this as well as I write new application code for my sumo robot.

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