ros-visualization / rqt_graph

http://wiki.ros.org/rqt_graph
26 stars 27 forks source link

Fix quiet filtering for node_topic graphs #69

Closed DLu closed 2 years ago

DLu commented 2 years ago

Here's a standard graph with Debug/Quiet=False

Screenshot from 2021-09-28 10-44-57

However, when we turn on Debug/Quiet, we are not correctly filtering the edges. Screenshot from 2021-09-28 10-44-53

This is an effect of the nodes being properly filtered, but the edges not being filtered, so new nodes with the dot node names (t__rosout) are created.

@hidmic I think you wrote this bit of logic originally in #35

DLu commented 2 years ago

Opened #70 instead