-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
When I set name in launch file, I get the following error
[scan_to_scan_filter_chain-5] [WARN] [1743186960.346687424] [rcl.logging_rosout]: Publisher already registered for node name: 'laser_filter'. If this is due to multiple nodes with the same name then all logs for the logger named 'laser_filter' will go out over the existing publisher. As soon as any node with that name is destructed it will unregister the publisher, preventing any further logs for that name from being published on the rosout topic. laser_filter_node = Node(
package="laser_filters",
executable="scan_to_scan_filter_chain",
name="laser_filter", # Removing this fix the problem
parameters=[laser_filter_config],
)Metadata
Metadata
Assignees
Labels
No labels