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

demux publish output on only one selected output topic #79

Open
lucasw opened this issue Jul 29, 2018 · 0 comments
Open

demux publish output on only one selected output topic #79

lucasw opened this issue Jul 29, 2018 · 0 comments

Comments

@lucasw
Copy link
Contributor

lucasw commented Jul 29, 2018

There could be different modes:

  • the default stays the same for legacy users
  • iterates through all outputs so each gets 1/N of the messages (this is what I want the nodelet to do).
  • has a numerical (or string match the topic name?) input topic that selects which output topic to be used (which is most like a real demux). This could be more complicated if it were a mask, so any combination of output topics could be used used (0xff is the default and all outputs get published, 0x1, 0x2, 0x4 and so one gets published, and everything in between with 2 or 3 or 4 etc get published.
lucasw added a commit to lucasw/nodelet_core that referenced this issue Jul 30, 2018
lucasw added a commit to lucasw/nodelet_core that referenced this issue Jul 30, 2018
lucasw added a commit to lucasw/nodelet_core that referenced this issue Jul 31, 2018
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

1 participant