We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When running the tests with valgrind, we can see that there is quite some memory leaked. It increases with every library loaded.
Some of the memory not being freed is due to the rcutils_loggig_macros. I believe the rest of it is due to Pluginlib or Poco.
Activity