qt_dotgraph/__init__.py
Go to the documentation of this file.
1 #
2 # License: BSD
3 # https://raw.github.com/stonier/rqt_py_trees/license/LICENSE
4 #
5 ##############################################################################
6 # Documentation
7 ##############################################################################
8 
9 """
10 Repackages the qt_dotgraph_ ROS package. There are a few
11 problems with both that and the underlying pydot/pygraphviz
12 packages, so this has been brought in here for experimentation.
13 
14 .. _py_trees: http://wiki.ros.org/qt_dotgraph
15 
16 """
17 ##############################################################################
18 # Imports
19 ##############################################################################
20 
21 from . import dot_to_qt
22 from . import edge_item, node_item, graph_item
23 from . import pydotfactory


rqt_py_trees
Author(s): Thibault Kruse, Michal Staniaszek, Daniel Stonier, Naveed Usmani
autogenerated on Mon Jun 10 2019 14:55:56