Releases: iwatake2222/dear_ros_node_viewer
Releases · iwatake2222/dear_ros_node_viewer
v1.0.4
v1.0.3
fix: multi edges between two nodes by replacing DiGraph with MultiDiG…
Fix multi edges
- Only one topic(edge) is displayed when there are 2+ topics between two nodes
- It's caused by DiGraph. So DiGraph is replaced with MultiDiGraph
v1.0.1
Merge pull request #14 from iwatake2222/fix_callback_without_executor fix: read architecture which has callbacks without executor
v1.0.0
chore: update chores Signed-off-by: iwatake2222 <take.iwiw2222@gmail.com>