ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
After also struggling with this, you won't believe the solution. It is the hyphen "-" in the package name. Change hello-world_node to hello_world_node, and it will work.