You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to keep the topics_glob and services_glob arguments, which would not be breaking compatibility. And providing value to the topics_glob arg would allow for both publishing and subscribing.
Hmm... probably the most "correct" thing to do is whatever doesn't break compatibility. But I also don't think having a redundant interface is desired.
I would say just replace it, so long as all the defaults are the same as before.
Currently you can pass the "--topics_globs" which is then provided for both the Publish and Subsrciber glob.
rosbridge_suite/rosbridge_server/scripts/rosbridge_websocket.py
Line 274 in c1bfc2f
rosbridge_suite/rosbridge_server/scripts/rosbridge_websocket.py
Line 323 in c1bfc2f
rosbridge_suite/rosbridge_server/scripts/rosbridge_websocket.py
Line 325 in c1bfc2f
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.
The text was updated successfully, but these errors were encountered: