Classes | |
class | NodeConnections |
class | RosGraphDotcodeGenerator |
Functions | |
def | _conv (n) |
def | matches_any (name, patternlist) |
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 | |
|
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.
list rqt_graph.dotcode.QUIET_NAMES |
Definition at line 59 of file dotcode.py.
rqt_graph.dotcode.unicode = str |
Definition at line 49 of file dotcode.py.