libstatistics_collector
                                
                                
                                
                                    libstatistics_collector copied to clipboard
                            
                            
                            
                        ROS 2 library providing classes to collect measurements and calculate statistics across them.
## Description topic statistics doesn't publish "message_age" data if subscription's QoS is Keep last. ### Expected Behavior ```bash $ ros2 topic echo /topic_statistics # in another terminal ~~ metrics_source: message_age...
## Description Create a Topic Statistics system test in the [ros2/system_tests](https://github.com/ros2/system_tests) repo. This should fully test the topic statistics feature and verify statistics are generated for a variety if publishers...
Add cstdint include to humble. related to #165 and #172
I have added a window size to calculate the moving average - fix #208
## Description The MovingAverageStatistics should allow passing a `window_size` for the calculation of the moving average