rosservice
Command-line tool for listing and querying Robot OS services - Python 2
Install
- All systems
-
curl cmd.cat/rosservice.sh
- Debian
-
apt-get install python-rosservice
- Ubuntu
-
apt-get install python-rosservice
- Kali Linux
-
apt-get install python-rosservice
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-rosservice
- Raspbian
-
apt-get install python-rosservice
- Dockerfile
- dockerfile.run/rosservice
python-rosservice
Command-line tool for listing and querying Robot OS services - Python 2
This package is part of Robot OS (ROS). rosservice contains the rosservice command-line tool for listing and querying ROS services. It also contains a Python library for retrieving information about services and dynamically invoking them. The Python library is experimental and is for internal-use only. This package contains the Python 2 library.