ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I made a package for this: https://gitlab.com/InstitutMaupertuis/moving_average

It only works for simple topic types.

I made a package for this: https://gitlab.com/InstitutMaupertuis/moving_average

It only works for simple topic types.

Values are kept for a certain period of time, this means that the number of values used to compute the moving average varies depending on the publishing rate. (if you are looking for a queue with x elements, this package is NOT what you are looking for)