ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It seems to be an issue with using catkin in a workspace without a src
directory (i.e. configured with catkin config -s
). Issue reported at https://github.com/catkin/catkin_tools/issues/621
The workaround is to create the src
directory and remove .catkin_tool
so catkin uses its default configs (which expects packages to live inside the src
directory)