Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter client_topic_whitelist for whitelisting client-published topics #181

Merged
merged 5 commits into from
Mar 8, 2023

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented Mar 7, 2023

Public-Facing Changes

  • Add parameter client_topic_whitelist for whitelisting client-published topics

Description

Fixes #180

README.md Outdated
@@ -32,7 +32,7 @@ To run the bridge node, it is recommended to use the provided launch file:
**ROS 1**

```bash
$ roslaunch --screen foxglove_bridge foxglove_bridge.launch port:=8765
$ roslaunch --screen foxglove_bridge foxglove_bridge.launch port:=8765 # topic_whitelist:=[/foo/.*,/bar/baz]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment syntax could be confusing

Copy link
Member

@jtbandes jtbandes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok, but consider making it a separate whitelist to avoid breaking changes

@achim-k achim-k force-pushed the achim/topic_whitelist_client_channel branch from bf55655 to fd6ea25 Compare March 7, 2023 19:19
@achim-k achim-k changed the title Use topic_whitelist parameter also for client channels Add parameter client_topic_whitelist for whitelisting client-published topics Mar 7, 2023
@achim-k achim-k requested a review from jtbandes March 7, 2023 19:21
@achim-k achim-k merged commit 6d41806 into main Mar 8, 2023
@achim-k achim-k deleted the achim/topic_whitelist_client_channel branch March 8, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[ROS1] Topic whitelist is not bidirectional
2 participants