rospack
ROS package and stack tools
Install
- All systems
-
curl cmd.cat/rospack.sh
- Debian
-
apt-get install rospack
- Ubuntu
-
apt-get install rospack
- Kali Linux
-
apt-get install rospack
- Fedora
-
dnf install rospack
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rospack
- Raspbian
-
apt-get install rospack
- Dockerfile
- dockerfile.run/rospack
rospack
ROS package and stack tools
rospack-tools
command-line tool for retrieving information about Robot OS packages
This package is part of Robot OS (ROS). rospack is a command-line tool for retrieving information about ROS packages available on the filesystem. It implements a wide variety of commands ranging from locating ROS packages in the filesystem, to listing available stacks, to calculating the dependency tree of stacks. It is also used in the ROS build system for calculating build information for packages.