Przemysław Dąbrowski
Przemysław Dąbrowski
Useful feature would be possibility of creating and tracking inter-thread blocks. Possible use case: - We want to track an object lifetime, which is passed or shared via `std::shared_ptr` between...
Recently I've run lib unit tests with valgrind for my [PR](https://github.com/ros2-rust/ros2_rust/pull/210) purposes and I've come across some memory leaks in rclrs lib. Here is full report: ``` ==5444== ==5444== HEAP...
Hello, Recently, I've tried to integrate your library to my project following the README file. The project is being built and deployed successfully. However, I receive runtime error (part of...
Hello, FYI the build fails due to error in ros2-tracing. I've created PR which resolves the issue https://github.com/ros2/ros2_tracing/pull/71. However, until it's not merged the workaround may be to change the...