module documentation
Undocumented
| Class | |
Data structure for storing info about a 'bad' node |
| Class | |
Data structure for representing ROS node graph edge |
| Class | |
Data structure for storing Edge instances |
| Class | |
Utility class for polling ROS statistics from running ROS graph. Not multi-thread-safe |
| Function | edge |
compute argument ordering for Edge constructor based on direction flag @param direction str: 'i', 'o', or 'b' (in/out/bidir) relative to \x07 start @param start str: name of starting node @param start dest: name of destination node... |
| Function | node |
Inverse of topic_node @return str: undo topic_node() operation |
| Function | topic |
In order to prevent topic/node name aliasing, we have to remap topic node names. Currently we just prepend a space, which is an illegal ROS name and thus not aliased. @return str: topic mapped to a graph node name. |
| Variable | logger |
Undocumented |
| Constant | _ROS |
Undocumented |
compute argument ordering for Edge constructor based on direction flag @param direction str: 'i', 'o', or 'b' (in/out/bidir) relative to \x07 start @param start str: name of starting node @param start dest: name of destination node