seanyen / rosinstall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived

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

rosinstall

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

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

About

License:Other


Languages

Language:Python 99.7%Language:Makefile 0.3%