throttle
: multiple input topics through a single terminal command
#99
Labels
enhancement
New feature or request
Description
Currently
throttle
takes only one input topic (intopic
in the readme). Able being to pass in multipleintopic
's can be a useful enhancement.Possible use case: through a single terminal command, throttle RGB and depth data coming in from an RGBD camera.
Related Issues
None.
Completion Criteria
n
input topics in parallel and publish onn
output topics.Implementation Notes / Suggestions
Spinning
n
threads, one for eachintopic
-outtopic
pair.n
should probably have a cap but not entirely sure what's a good way to decide on the number.Testing Notes / Suggestions
n >= 1
topics.The text was updated successfully, but these errors were encountered: