You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to implement a UKF that fuses several sensors, among them a gyroscope.
in the UKF there is a special treatment for the calculation of the residual in the case of angle measurements, by allowing to define a specific subtraction function (since it is not a regular 'linear' subtraction). however, in the update function final step, the addition of the residual (times K, the gain) to the state vector X, there is no such option and the addition is a regular arithmetic addition.
am I missing something here?
thanks, Offir
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to implement a UKF that fuses several sensors, among them a gyroscope.
in the UKF there is a special treatment for the calculation of the residual in the case of angle measurements, by allowing to define a specific subtraction function (since it is not a regular 'linear' subtraction). however, in the update function final step, the addition of the residual (times K, the gain) to the state vector X, there is no such option and the addition is a regular arithmetic addition.
am I missing something here?
thanks, Offir
The text was updated successfully, but these errors were encountered: