ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thanks to a nudge and some suggestions from Jarvis Schultz I found the problem with my setup. In my definition of the package_dir argument in setup.py, I incorrectly put 'src'. Since my nodes and their supporting Python modules are in "nodes" and not in "src", an update to that argument solved the problem.

After the correction, I verified that I can import moos_ros.py and uuv_moos.py in both the devel and the install environments.