CommonplaceRobotics / iRC_ROS

ROS2 packages for the igus Robot Control
Apache License 2.0
15 stars 7 forks source link

velocity state is very noisy #6

Closed cpr-fer closed 1 year ago

cpr-fer commented 1 year ago

The joints velocity for each CAN joint is calculated simply by the position difference between two ticks. This results in a noisy signal, as visualised here by PlotJuggler.

velocity

It might be useful to filter this, e.g. by a weighted moving average over a ringbuffer.