How to apply kalman filter on rotation matrix?

What is use of Jacobian matrix in kalman filter?

  • Answer:

    A Kalman filter is designed to minimize errors in a linear system. However, it can be applied to non-linear systems by assuming that small changes in the system are linear. The estimated system state is (hopefully) close to the actual state, so this may be a reasonable assumption. The matrix of Jacobian derivatives is simply a way of taking the non-linear system and making it linear, by off-setting the state to the current estimate and using the the derivatives of the predict and update functions. The earlier assumption is that the derivatives are constant for small errors in the state, so then the Kalman filter can be used. Note that the Jacobian has to be reevaluated at each filter point. This method is called the Extended Kalman filter. It is useful if the functions are easily differentiable and not overly non-linear.

wiki.answers.com Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.