rosmaster
Robot OS Master implementation - Python 2
Install
- All systems
-
curl cmd.cat/rosmaster.sh
- Debian
-
apt-get install python-rosmaster
- Ubuntu
-
apt-get install python-rosmaster
- Kali Linux
-
apt-get install python-rosmaster
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-rosmaster
- Raspbian
-
apt-get install python-rosmaster
- Dockerfile
- dockerfile.run/rosmaster
python-rosmaster
Robot OS Master implementation - Python 2
This package is part of Robot OS (ROS). The rosmaster package implements the ROS Master. Most programs will not need to interact with this package directly. The rosmaster is run automatically whenever roscore is run and all communication with the Master happens over XMLRPC APIs. This package contains the Python 2 library.