ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The answer is to make sure that my_package/src/my_package/__init__.py exists, otherwise it screws up not only importing that module but also msg modules from the same package.
2 | No.2 Revision |
The answer is to make sure that my_package/src/my_package/__init__.py exists, otherwise it screws up not only importing that module but also msg modules from the same package.package, but only when installing.
3 | No.3 Revision |
The answer is to make sure that my_package/src/my_package/__init__.py exists, otherwise it screws up not only importing that module but also msg modules from the same package, but only package when installing.
4 | No.4 Revision |
The answer is to make sure that my_package/src/my_package/__init__.py exists, otherwise it screws up not only importing that module but also msg modules from the same package when installing.for installs.
5 | No.5 Revision |
The answer is to make sure that my_package/src/my_package/__init__.py exists, otherwise it screws up not only importing can't import that module but also screws up msg modules from the same package for installs.when installed.