-
Notifications
You must be signed in to change notification settings - Fork 68
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
Potential memory leaks in message_filters #49
Comments
It would be interesting to retry the test with Rolling. We've fixed a few memory leaks in tf2_ros there, but we haven't been able to backport all of them to Foxy (since they break ABI; see ros2/geometry2#330 for an in-progress PR). |
Would the master branch be acceptable as well? We don't use rolling, we run master nightly builds. |
Yeah, that would also work. It's preferable, honestly, since sometimes there is a delay between when we merge things and when it makes it to the Rolling packages. |
I just don't use rolling on anything I maintain because I refuse to deal with the onslaught of emails it generates. I actually had to drop maintaining image pipeline for that reason (some small things break, suddenly I have |
I believe this should be fixed in Foxy and on the master branches now (via ros2/geometry2#330). @SteveMacenski can you confirm? |
Yes, we closed it in regards to that patch, thanks for bringing that home |
Hi,
Per ros-navigation/navigation2#1889, we're seeing memory leaks in Navigation2 in servers that make use of message filters that we believe message filters is the root cause (potentially could be TF2 ROS within message filters).
The text was updated successfully, but these errors were encountered: