Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

vcstools/rosinstall

Repository files navigation

Archived

This repository has been archived due to a lack of maintainance and no longer being used in the ROS project.

rosinstall

image

image

image

image

image

image

image

image

Command-line tools for maintaining a workspace of projects from multiple version-control systems, tailored for the ROS (Robot operating system) community.

See http://docs.ros.org/independent/api/rosinstall/html

Installing

Install the latest release on Ubuntu using apt-get:

$ sudo apt-get install python-rosinstall

On other Systems, use the pypi package:

$ pip install rosinstall

For Bash/Zsh completion:

$ pip install rosinstall-shellcompletion

To test in a development environment