ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
roslib.load_manifest()
reads the package manifest and sets up the python library path based on the package dependencies. It's required for older rosbuild-based packages, but is no longer needed on catkin.
The rosbuild version of the Python Publisher and Subscriber Tutorial explains it in more detail.