Robotics StackExchange | Archived questions

devel folder empty catkin_make?

While running catkin_make under catkin_ws folder I notice that devel folder is empty! No setup.bash to source and thus i cannot use roslaunch as it does not find the launch files. I notice though catkin list does find the packages. What could be the problem?

Asked by tricostume on 2023-08-01 14:13:12 UTC

Comments

Answers

This is solved. Actually I was not respecting the necessary folder tree structure. My repository folder "foo" containing all important sourcefiles: - Before I was having: .../catkin_ws/src/contents_of_foo - Now I have .../catkin_ws/src/foo/contents_of_foo and it works

Asked by tricostume on 2023-08-02 01:58:19 UTC

Comments