ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To add to what DimitriProsser said, when you do roslib.load_manifest('my_package')
, it alters your sys.path
and add the appropriate paths so python is able to do the imports.