rosversion
Robot OS package library (Python 2)
Install
- All systems
-
curl cmd.cat/rosversion.sh
- Debian
-
apt-get install python-rospkg
- Ubuntu
-
apt-get install python-rospkg
- Kali Linux
-
apt-get install python-rospkg
- Fedora
-
dnf install python2-rospkg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-rospkg
- Raspbian
-
apt-get install python-rospkg
- Dockerfile
- dockerfile.run/rosversion
python-rospkg
Robot OS package library (Python 2)
This package is part of Robot OS (ROS). It is a library for retrieving information about ROS packages and stacks. The rospkg Python module provides basic utilities for querying information about ROS packages, stacks, and distributions. There are several basic APIs: ROS environment, RosPack/RosStack, OS detection, and distributions. This package installs the library for Python 2.