rosparam
Tool for getting and setting Robot OS Parameters - Python 2
Install
- All systems
-
curl cmd.cat/rosparam.sh
- Debian
-
apt-get install python-rosparam
- Ubuntu
-
apt-get install python-rosparam
- Kali Linux
-
apt-get install python-rosparam
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-rosparam
- Raspbian
-
apt-get install python-rosparam
- Dockerfile
- dockerfile.run/rosparam
python-rosparam
Tool for getting and setting Robot OS Parameters - Python 2
This package is part of Robot OS (ROS). rosparam contains the rosparam command-line tool for getting and setting ROS Parameters on the parameter server using YAML-encoded files. It also contains an experimental library for using YAML with the parameter server. This library is intended for internal use only. rosparam can be invoked within a roslaunch file. This package contains the Python 2 library.