WARNING: Source space `/src` does not yet exist.

asked 2019-04-13 13:36:39 -0500

xie.jing1 gravatar image

I just followed the link below using catkin init to build a workspace.

https://catkin-tools.readthedocs.io/e... source /opt/ros/indigo/setup.bash # Source ROS indigo to use Catkin mkdir -p /tmp/quickstart_ws/src # Make a new workspace and source space cd /tmp/quickstart_ws # Navigate to the workspace root catkin init # Initialize it with a hidden marker file

But I got a WARNING: Source space /src does not yet exist.

How can I fix the problem. I just want to build a new workspace to install Maplab

edit retag flag offensive close merge delete

Comments

I just tried that and it works. Are you sure you entered those commands correctly? Did you do anything else?

christophebedard gravatar image christophebedard  ( 2019-04-14 18:06:38 -0500 )edit

Thank you for your reply. I am sure about what I entered. I just copied all the command in that tutorial. And it seems to be weird that I do the same thing in my friend's laptop, it also works well. But for my laptop, I still got the warning.

xie.jing1 gravatar image xie.jing1  ( 2019-04-15 10:33:32 -0500 )edit

Weird. Can you try uninstalling and reinstalling catkin_tools?

christophebedard gravatar image christophebedard  ( 2019-04-15 11:16:01 -0500 )edit