Robotics StackExchange | Archived questions

warning source space

Hey when i write catkin config in the console i get error :

WARNING`: Source space '/home/c2-6/src ' does not yet exist.

And i can't really find the answers for it and i can see that

Source space: `[missing]`
log space: `[missing]`
Build space: `[missing]`
Devel space: `[missing]`
Install space [unused]
DESTDIR:[unused]

Asked by Martynas on 2018-12-06 05:09:27 UTC

Comments

Answers

Since you're using catkin tools, try to follow their quickstart guide on creating a new workspace. The issue you're seeing is most likely due to you giving the command while in the wrong directory or without having a proper initialization.

Bear in mind that in the same page you can find details on catkin config as well.

Asked by aPonza on 2018-12-06 05:22:49 UTC

Comments