You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am working on a ROS plugin for graph visualization (FSMS, Behavior Trees, UML, state charts etc... ) at Cogniteam.
We are currently extending the support for DOT the file format in node_item.py(qt_dotgraph).
The goal is to enable various shapes, properties, clusters and layouts.
Would you be interested in integrating such code into qt_dotgraph ?
Hierarchy seems not fully supported. Currently it seems the best option is plotting each sub-graph separately and consider the bounding box received in the parent graph, but this strongly relates to the fact that our graphs have no edges between sub-graphs.
What do you guys think is the best option in DOT and QT to support hierarchies.
Thanks.
The text was updated successfully, but these errors were encountered:
The goal of the package is to be able to use dot for performing the layout and then transform the result into a QGraphicsScene in order to utilizes Qts infrastructure for hover effects etc. Currently it only supports a small set of primitive (the ones required for rqt_dep / rqt_graph) and e.g. lacks the ability to "track" entities in the graph (identify which Qt item is equates to which input node into dot).
Hi,
I am working on a ROS plugin for graph visualization (FSMS, Behavior Trees, UML, state charts etc... ) at Cogniteam.
We are currently extending the support for DOT the file format in node_item.py(qt_dotgraph).
The goal is to enable various shapes, properties, clusters and layouts.
What do you guys think is the best option in DOT and QT to support hierarchies.
Thanks.
The text was updated successfully, but these errors were encountered: