ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

devel folder empty catkin_make?

asked 2023-08-01 14:13:12 -0500

tricostume gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-08-02 01:58:19 -0500

tricostume gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2023-08-01 14:13:12 -0500

Seen: 66 times

Last updated: Aug 01 '23