Home | Trees | Indices | Help |
|
---|
|
object --+ | ParamDictionary
Instance Methods | |||
|
|||
[int, str, [str]] |
|
||
str |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
Inherited from |
Properties | |
Inherited from |
Method Details |
ctor.
|
Get list of all parameter names stored on this server.
|
Search for matching parameter key for search param key. Search for key starts at ns and proceeds upwards to the root. As such, search_param should only be called with a relative parameter name. search_param's behavior is to search for the first partial match. For example, imagine that there are two 'robot_description' parameters:
If I start in the namespace /pr2/foo and search for 'robot_description', search_param will match /pr2/robot_description. If I search for 'robot_description/arm' it will return /pr2/robot_description/arm, even though that parameter does not exist (yet).
|
Get the parameter in the parameter dictionary.
|
Set the parameter in the parameter dictionary.
|
|
|
Delete the parameter in the parameter dictionary.
|
Test for parameter existence
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 6 21:09:56 2019 | http://epydoc.sourceforge.net |