rosdistro_build_cache
Tool to work with rosdistro files (for Robot OS, Python 2)
Install
- All systems
-
curl cmd.cat/rosdistro_build_cache.sh
- Debian
-
apt-get install python-rosdistro
- Ubuntu
-
apt-get install python-rosdistro
- Kali Linux
-
apt-get install python-rosdistro
- Fedora
-
dnf install python2-rosdistro
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-rosdistro
- Raspbian
-
apt-get install python-rosdistro
- Dockerfile
- dockerfile.run/rosdistro_build_cache
python-rosdistro
Tool to work with rosdistro files (for Robot OS, Python 2)
This package is part of Robot OS (ROS). The rosdistro tool allows you to get access to the full dependency tree and the vcs information of all packages and repositories. rosdistro is a file format for managing ROS Distributions and the ROS stacks they contain. This file format is used as input to a variety of tools in the ROS build and release toolchain, from stack release tools to rosdoc. The rosdistro format has changed for Catkin-based repositories. This package installs the library for Python 2.