Implementation of the rosparam as well as a library for modifying the
state of the ROS Parameter Server using YAML files.
|
represent_xml_binary(loader,
data)
Adds a pyyaml serializer to handle xmlrpclib.Binary objects |
source code
|
|
|
|
|
construct_angle_radians(loader,
node)
python-yaml utility for converting rad(num) into float value |
source code
|
|
|
construct_angle_degrees(loader,
node)
python-yaml utility for converting deg(num) into float value |
source code
|
|
|
print_params(params,
ns)
Print contents of param dictionary to screen |
source code
|
|
|
load_file(filename,
default_namespace=None,
verbose=False)
Load the YAML document from the specified file |
source code
|
|
[(dict, str)...]
|
load_str(str,
filename,
default_namespace=None,
verbose=False)
Load the YAML document as a string |
source code
|
|
|
|
|
dump_params(filename,
param,
verbose=False)
Download a parameter tree from the Parameter Server and store in a
yaml file |
source code
|
|
|
|
|
|
|
set_param(param,
value,
verbose=False)
Set param on the ROS parameter server using a YAML value. |
source code
|
|
|
|
|
|
|
|