ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In fuerte, the roslib packages are installed to:
/opt/ros/fuerte/lib/python2.7/dist-packages/roslib
You should not have to change the PYTHONPATH manually yourself. Just sourcing /opt/ros/fuerte/setup.bash should set up everything just fine. PYTHONPATH should be something like:
/opt/ros/fuerte/lib/python2.7/dist-packages
To help you more, you need to provide more details such as what tutorial you are following and which step exactly fails.