-
Notifications
You must be signed in to change notification settings - Fork 120
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
Enabling FastRTPS' ThroughputController #92
Comments
Thanks @mikaelarguedas for pointing out that implementing the throughput controller by un-commenting these lines will apply the same controller to all topics which will not be sufficient for cases where you need different controllers for different topics. |
@dhood do you think that this can be closed in favor of ros2/rmw#115 ? |
I removed It seems like the milestone for this could be untargeted - it is desirable but no one appears to be advocating for it to be resolve anytime soon. |
I changed the milestone to |
With #202 (and this commit eProsima/Fast-DDS@201a393) it looks llike the performace issues we were facing with Fast-RTPS have been resolved. As the performance is now similar to the other RMW implementations I'm going to close this issue |
Just to verify since ros2/rmw#115 is closed as well, does this mean QoS settings for flow control will not be exposed via RMW? |
This was originally discussed in #36
It can be enabled by un-commenting these lines
Motivation:
Reasons against:
Options:
If we decide to go for 1 or 2, it may be useful to know that for the image_tools demo sending 320x240 @30fps we send ~8million bytes per second. A throughput controller of ~30,000 bytes/10ms (3million/s) is sufficient.
The text was updated successfully, but these errors were encountered: