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

Revision history [back]

Rosdistro is part of rospkg. If you have added the ROS sources, you can install it using:

sudo apt-get install python-rospkg

You can also install it from source:

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

Rosdistro is part of rospkg. If you have added the ROS sources, you can install it using:

$ sudo apt-get install python-rospkg

You can also install it from source:

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