Skip to content

Provide separate arguments for publish and subscribe topic globs. #971

@harsh-pal-robotics

Description

@harsh-pal-robotics

Currently you can pass the "--topics_globs" which is then provided for both the Publish and Subsrciber glob.

if "--topics_glob" in sys.argv:

Subscribe.topics_glob = RosbridgeWebSocket.topics_glob

Publish.topics_glob = RosbridgeWebSocket.topics_glob

And the same for the "--services_glob" which is provided for both advertise and call service globs.

The idea is that this should provide a fine-grained control whether it is possible to publish or suscribe to a certain topic.

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