rosco

Installer for Robot OS (Python 2)

Install

All systems
curl cmd.cat/rosco.sh
Debian Debian
apt-get install python-rosinstall
Ubuntu
apt-get install python-rosinstall
image/svg+xml Kali Linux
apt-get install python-rosinstall
Fedora
dnf install python-rosinstall
Windows (WSL2)
sudo apt-get update sudo apt-get install python-rosinstall
Raspbian
apt-get install python-rosinstall

python-rosinstall

Installer for Robot OS (Python 2)

This package is part of Robot OS (ROS). The rosinstall package provides a Python API for interacting with a source code workspace as well as a group of command line tools. Rosinstall leverages the vcstools package for source control and stores its state in rosinstall files. Using rosinstall you can update several folders using a variety of SCMs (SVN, Mercurial, git, Bazaar) with just one command. This package installs the library for Python 2.

python3-rosinstall

Installer for Robot OS (Python 3)

This package is part of Robot OS (ROS). The rosinstall package provides a Python API for interacting with a source code workspace as well as a group of command line tools. Rosinstall leverages the vcstools package for source control and stores its state in rosinstall files. Using rosinstall you can update several folders using a variety of SCMs (SVN, Mercurial, git, Bazaar) with just one command. This package installs the library for Python 3.

python2-rosinstall

rosinstall is a tool to check out ROS source code (or any source

code, really) from multiple version control repositories and updating these checkouts. Given a *.rosinstall file that specifies where to get code, rosinstall will check out a working copy for you.