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
feat: allow selecting topics by message type in ring buffer config
- topic_filter.py: extend find_matching_config with optional type_name
parameter; entries with a 'type' key are matched by exact message type,
entries with a 'pattern' key by name glob, both keys AND-ed together
- ringbuffer_node.py: pass type_names[0] to find_matching_config so
type-based config entries are evaluated during topic discovery
- example_config.yaml: add geometry_msgs/msg/Twist type-selector example
- test_topic_filter.py: 11 new tests covering type-only, combined, and
edge-case matching scenarios
Co-authored-by: marc-hanheide <1153084+marc-hanheide@users.noreply.github.com>
0 commit comments