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

ros2 interfaces whitelisting is not possible in text_hmi #269

Open
boczekbartek opened this issue Oct 8, 2024 · 1 comment
Open

ros2 interfaces whitelisting is not possible in text_hmi #269

boczekbartek opened this issue Oct 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@boczekbartek
Copy link
Member

Is your feature request related to a problem? Please describe.
In RaiNode I can whitelist some topics, for example if I have multiple robots or I know that rai can't support some topics

Describe the solution you'd like
Allow such configuration for text_hmi.

Describe alternatives you've considered
Remove topics listing tool from HMI node and treat is as mission for RaiNode.

Additional context

rai_node = RaiBaseNode(node_name="__rai_node__")

whitelist: Optional[List[str]] = None,

@boczekbartek boczekbartek added the enhancement New feature or request label Oct 8, 2024
@boczekbartek
Copy link
Member Author

#240 fixes this issue. Once it's merged we can resolve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant