Skip to content

Parameter Events should be node specific #243

@rohbotics

Description

@rohbotics

Right now parameter events are published on a global topic /parameter_events.

This causes problems when there are multiple nodes listening to /parameter_events.
Either the message needs to be changed to contain the node name where the parameter is hosted,
or /parameter_events needs to become node local.

I think the local ~/parameter_events is the cleaner way, as that way callbacks aren't triggered for all nodes every-time there is an update on one node.

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