ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Communication with the parameter server works through ordinary XMLRPC. Just use an XMLRPC library to communicate with the parameter server. The API is described here. A few basics including a Python example to communicate with the master are described here.