ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It would always help if you include the following in your original post:
env | grep ROS
env | grep PYTHON
And Google returns a number of results on ros.org about "ImportError: No module named" errors, many of which were that PYTHONPATH
didn't include the path your module is located at. Make sure you source
the right setup.bash file. Also cleaning your workspace (by removing build
and devel
, and rebuild by catkin) might help.