Ask Your Question
0

Kalman filtration for rotation

asked Aug 5 '13

tenta4 gravatar image

updated Aug 5 '13

I want to use Kalman filter for rotation. I have rotation matrix, but i can't use filtration for it, because all it's elements interdependent. That's why i try to convert matrix to euler angles and to filter each of compoments.

My questions:

  • is this filtering of euler angles will be right? (is all components x, y, z independent? I think no) If yes, how to avoid gimbal lock during filtration?

  • is there a better way to filter the rotation?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Aug 5 '13

Siegfried gravatar image

Hi, to avoid gimbal lock you can use Quaternions instead of euler angles. For example, Quaternions are widely used in robotics to represent rotations.

Preview: (hide)

Comments

Thank you, i know this, but quaternion components also interdependent. I found this article (http://www.malcolmdshuster.com/pub_1993f_c_qnorm_mds.pdf), maybe it will be helpful for me but i hoped to find the easyest solution

tenta4 gravatar imagetenta4 (Aug 5 '13)edit

Question Tools

Stats

Asked: Aug 5 '13

Seen: 1,327 times

Last updated: Aug 05 '13