ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you suffer from this in, e.g., mypackage, go to mypackage/src/mypackage, and touch __init__.py
For example:
rosmake mypackage
roscd mypackage/src/mypackage
touch __init__.py
Then it should run.
Steve.