-
Notifications
You must be signed in to change notification settings - Fork 570
Open
Description
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
Labels
No labels