Classes | |
class | NodeConnections |
class | RosGraphDotcodeGenerator |
Functions | |
def | _conv |
def | matches_any |
Variables | |
string | NODE_NODE_GRAPH = 'node_node' |
string | NODE_TOPIC_ALL_GRAPH = 'node_topic_all' |
string | NODE_TOPIC_GRAPH = 'node_topic' |
list | QUIET_NAMES |
unicode = str |
def rqt_graph.dotcode._conv | ( | n | ) | [private] |
Convert a node name to a valid dot name, which can't contain the leading space
Definition at line 64 of file dotcode.py.
def rqt_graph.dotcode.matches_any | ( | name, | |
patternlist | |||
) |
Definition at line 72 of file dotcode.py.
string rqt_graph::dotcode::NODE_NODE_GRAPH = 'node_node' |
Definition at line 53 of file dotcode.py.
string rqt_graph::dotcode::NODE_TOPIC_ALL_GRAPH = 'node_topic_all' |
Definition at line 57 of file dotcode.py.
string rqt_graph::dotcode::NODE_TOPIC_GRAPH = 'node_topic' |
Definition at line 55 of file dotcode.py.
00001 ['/diag_agg', '/runtime_logger', '/pr2_dashboard', '/rviz', 00002 '/rosout', '/cpu_monitor', '/monitor', '/hd_monitor', 00003 '/rxloggerlevel', '/clock', '/rqt', '/statistics']
Definition at line 59 of file dotcode.py.
Definition at line 49 of file dotcode.py.