Formula-Student-Driverless-Simulator icon indicating copy to clipboard operation
Formula-Student-Driverless-Simulator copied to clipboard

Odom angular velocity is noisy

Open SijmenHuizenga opened this issue 5 years ago • 1 comments

image

That brown line should be a lot more smooth.

SijmenHuizenga avatar Jul 19 '20 12:07 SijmenHuizenga

I noticed the same problem when I tried to derive the angular orientation to obtain the yaw rate. The cause of the problem is the same as described in #156. It's also clearly visible in your plot. Every time there is no change between two published values in the orientation, the angular velocity is equal to zero because the derivative of two constant values is zero. you could choose a publisher frequency lower than the tick rate of the sim or increase the tick rate of the simas you have mentioned here #166

wahllca avatar Jul 24 '20 09:07 wahllca