roslocate
Installer for Robot OS (Python 2)
Install
- All systems
-
curl cmd.cat/roslocate.sh
- Debian
-
apt-get install python-rosinstall
- Ubuntu
-
apt-get install python-rosinstall
- 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
- Dockerfile
- dockerfile.run/roslocate
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.