ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.
2 | No.2 Revision |
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.