Robotics StackExchange | Archived questions

catkin_make install --source my_src

i am totally new to ros so i followed the tutorial till this part catkinmake install --source mysrc

i got this error

catkin_make install --source my_src 
Base path: /home/ahmed/catkin_ws
The specified source space "/home/ahmed/catkin_ws/my_src" does not exist

Asked by ahmedadelhekal on 2017-09-22 12:47:44 UTC

Comments

really it tells you what the problem is

does the directory my_src exist?

Asked by 2ROS0 on 2017-09-22 18:16:29 UTC

Answers