ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I was experiencing the same problem. Is your "src" folder a symbolic link? In that case, check it's an absolute one (e.g.: /home/user/catkin_ws/src) instead of a relative one (e.g: ../catkin_ws/src) otherwise it won't work.