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

Revision history [back]

Hi,

since Fuerte, rospkg is standalone, so you will have to install it seperately e.g. using pip install

$ pip install rospkg

Hi,

since Fuerte, rospkg is standalone, so you will have to install it seperately e.g. using pip install by source:

$ pip git clone git://github.com/ros/rospkg.git $ python setup.py install rospkg--user