Skip to content

Releases: iwatake2222/dear_ros_node_viewer

v1.0.4

03 Dec 08:01
36047f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

02 Nov 21:51
cbc7d7e
Compare
Choose a tag to compare
fix: multi edges between two nodes by replacing DiGraph with MultiDiG…

Fix multi edges

28 Jul 09:17
d965aea
Compare
Choose a tag to compare
  • 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

26 Jun 09:02
7850aca
Compare
Choose a tag to compare
Merge pull request #14 from iwatake2222/fix_callback_without_executor

fix: read architecture which has callbacks without executor

v1.0.0

04 Nov 18:54
Compare
Choose a tag to compare
chore: update chores

Signed-off-by: iwatake2222 <take.iwiw2222@gmail.com>