libstatistics_collector icon indicating copy to clipboard operation
libstatistics_collector copied to clipboard

ROS 2 library providing classes to collect measurements and calculate statistics across them.

Results 5 libstatistics_collector issues
Sort by recently updated
recently updated
newest added

## 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...

bug

## 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...

tech debt

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

enhancement
good first issue
help wanted