Skip to content

Creating multiple nodes when changing node name #214

@rafal-gorecki

Description

@rafal-gorecki

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions