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

How to deactivate those topics which are not needed? #239

Closed
Shibaditya99 opened this issue May 17, 2022 · 3 comments
Closed

How to deactivate those topics which are not needed? #239

Shibaditya99 opened this issue May 17, 2022 · 3 comments

Comments

@Shibaditya99
Copy link

I've successfully transfered the video stream one to another process with it. But in the ros topic list I can see there's several topics are activate like "compressed", "theora" etc. which I don't need. So how to deactivate those topics? I only need the raw data.
Thank you so much.

@Petros626
Copy link

f4875d8

@wodtko
Copy link

wodtko commented May 20, 2022

I actually came across this the last few days, too.
It seems like there was the option to deactivate plugins by adding them to the parameter disable_pub_plugins.
However, with the current ros2 branch, I'm slightly confused about what happened with reading the parameter.

With #84 the line reading the parameter was commented out, but the blacklist remained.
From how I understand the current code, the blacklist is always empty, no matter what value is set for the parameter.
This line (https://github.com/ros-perception/image_common/blob/ros2/image_transport/src/publisher.cpp#L115) should actually be used, shouldn't it?

@Shibaditya99
Copy link
Author

thanks

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

No branches or pull requests

3 participants