ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks like you have previously compiled packages in this workspace and there are still references to their components.
Assuming you're starting over I suggest rm -rf build devel
to clean up old references to packages removed.