class documentation
class LoggerLevelServiceCaller(object):
Handles service calls for getting lists of nodes and loggers.
Also handles sending requests to change logger levels.
Method | __init__ |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Get a list of available services via a ros service call. |
Method | send |
Send a logger level change request to 'node'. |
Method | _refresh |
Store a list of loggers available for passed in node. |
Instance Variable | _current |
Undocumented |
Instance Variable | _current |
Undocumented |
Get a list of available services via a ros service call.
Returns | |
a list of all nodes that provide the set_logger_level service, ''list(str)'' |
Send a logger level change request to 'node'.
Parameters | |
node | name of the node to chaange, ''str'' |
logger | name of the logger to change, ''str'' |
level | name of the level to change, ''str'' |
Returns | |
False if the request raises an exception or would not change the state, ''bool'' |
Store a list of loggers available for passed in node.
Parameters | |
node | name of the node to query, ''str'' |
Raises | |
Unknown exception | ROSTopicException If topic type cannot be determined or loaded |