KalmanFilter icon indicating copy to clipboard operation
KalmanFilter copied to clipboard

How do you fuse encoder and gyro?

Open 3038922 opened this issue 6 years ago • 1 comments

I have a four-wheeled robot. There's an encoder on each side, and a gyroscope. I use the formula:"(encL - encR) / 2.0 * _turnScale" can get an angle. Considering the problem of wheel skidding and gyroscope self-increasing, I want to integrate them. The two values I get are both angular values, not angular velocities. I set a 10MS loop once.

3038922 avatar Dec 17 '18 08:12 3038922

@3038922 can I see the code of you for fuse encoder and gyro

Theara-Seng avatar Jan 24 '20 07:01 Theara-Seng