Move nodes in rqt_graph
I have to put a graph from rqt_graph in my Thesis, but it's width is too big and it's impossible to read what is in it when I paste it in LaTeX. Is there any possibility to move the nodes so the graph is not so big in width and larger in height?
Asked by Dylan on 2020-02-25 13:32:09 UTC
Answers
No, this is not directly supported by rqt_graph
.
The graph is a regular dot
graph though, so you could (try to) intercept it and then post-process the source of the graph.
Using a different layout engine fi could already help.
Alternatively you could configure what is included in the visualisation by using the checkboxes and the dropdown in the top part of the rqt_graph
window.
Asked by gvdhoorn on 2020-02-25 15:00:47 UTC
Comments