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

Error with Catkin Make #6

Open
saxenam06 opened this issue Feb 4, 2023 · 0 comments
Open

Error with Catkin Make #6

saxenam06 opened this issue Feb 4, 2023 · 0 comments

Comments

@saxenam06
Copy link

saxenam06 commented Feb 4, 2023

Hello, Many thanks for your work and open sourcing it. I am getting following error with catkin make. I could setup lgsvl simulator and could run it with arrow keys but not with the fiss planner. Also, I am not able to set a reachable goal point using 2d nav goal. I guess the errors are because catkin make was not successful. Any hints are highly appreciated. Thanks!

-- Configuring done
CMake Error at lgsvl_utils/autoware_ai_common/lanelet2_extension/CMakeLists.txt:73 (add_library):
Cannot find source file:

lib/autoware_osm_parser.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx

CMake Error at lgsvl_utils/autoware_ai_common/vector_map/CMakeLists.txt:27 (add_library):
Cannot find source file:

lib/vector_map/vector_map.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx

CMake Error at lgsvl_utils/autoware_ai_planning/lane_planner/CMakeLists.txt:30 (add_library):
Cannot find source file:

lib/lane_planner/lane_planner_vmap.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx

CMake Error at lgsvl_utils/autoware_ai_common/map_file/CMakeLists.txt:64 (add_library):
Cannot find source file:

lib/map_file/get_file.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx

CMake Error at lgsvl_utils/autoware_ai_common/lanelet2_extension/CMakeLists.txt:73 (add_library):
No SOURCES given to target: lanelet2_extension_lib

CMake Error at lgsvl_utils/autoware_ai_common/vector_map/CMakeLists.txt:27 (add_library):
No SOURCES given to target: vector_map

CMake Error at lgsvl_utils/autoware_ai_planning/lane_planner/CMakeLists.txt:30 (add_library):
No SOURCES given to target: lane_planner

CMake Error at lgsvl_utils/autoware_ai_common/map_file/CMakeLists.txt:64 (add_library):
No SOURCES given to target: get_file

CMake Generate step failed. Build files cannot be regenerated correctly.
make: *** [Makefile:320: cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

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

1 participant