The executable of my package is not created

asked 2020-03-10 15:26:38 -0500

I've created a package catkin_create_pkg in a workspace other than catkin_ws. Then I uncomment add_executable and target_link_libraries in the CMakeLists.txt file of the package and I try catkin build from the workspace root. It should create an executable in devel/lib/<package>/ but it does not. I am working on ROS kinetic on Ubuntu 16.04

edit retag flag offensive close merge delete

Comments

1

This is going to sound pedantic, but how do you expect us to be able to help you if you don't show us your CMakeLists.txt?

gvdhoorn gravatar image gvdhoorn  ( 2020-03-10 16:00:54 -0500 )edit