Archived

June 25, 2020 ยท View on GitHub

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

rosinstall

.. image:: https://travis-ci.org/vcstools/rosinstall.svg?branch=master :target: https://travis-ci.org/vcstools/rosinstall

.. image:: https://img.shields.io/pypi/v/rosinstall.svg :target: https://pypi.python.org/pypi/rosinstall

.. image:: https://img.shields.io/pypi/pyversions/rosinstall.svg :target: https://pypi.python.org/pypi/rosinstall

.. image:: https://img.shields.io/pypi/status/rosinstall.svg :target: https://pypi.python.org/pypi/rosinstall

.. image:: https://img.shields.io/pypi/l/rosinstall.svg :target: https://pypi.python.org/pypi/rosinstall

.. image:: https://img.shields.io/pypi/dd/rosinstall.svg :target: https://pypi.python.org/pypi/rosinstall

.. image:: https://img.shields.io/pypi/dw/rosinstall.svg :target: https://pypi.python.org/pypi/rosinstall

.. image:: https://img.shields.io/pypi/dm/rosinstall.svg :target: https://pypi.python.org/pypi/rosinstall

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