WARNING: Source space `/src` does not yet exist.
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
I just tried that and it works. Are you sure you entered those commands correctly? Did you do anything else?
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.
Weird. Can you try uninstalling and reinstalling
catkin_tools
?