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
I was able to reproduce the error that you mentioned. It seems that the Python library was changed from graphviz to pygraphviz in this PR #812 When I run with the old graphviz way, I get this output.
I am not too familiar with the differences between graphviz and pygraphviz, but it seems there is a difference in usage.
Is it possible to get a diagram of what the output should look like? The output above doesn't seem right.
Describe the bug
The output of view_controller_chains does not seem to work with the new example 12 of the demo repository.
To Reproduce
Steps to reproduce the behavior:
ros2 control view_controller_chains
Expected behavior
Some chain in the PDF.
Screenshots
But there are no links, just nodes:
controller_diagram.gv.pdf
Environment (please complete the following information):
Additional context
none
The text was updated successfully, but these errors were encountered: