-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EKF Angular Velocity Instability #43
Comments
Description of Problem: EKF seems to perform best only at low angular velocities. The higher it goes, the worse the attitude estimation becomes. Secondly, the bias estimate seems to be always several orders of magnitude too large. Additionally, changing the angle random walk/rate random walk estimate values in the init_MEKF.m file have huge impacts on attitude estimation. |
Okay, I’ve hopefully got some ideas. I’m able to recreate the problem. To simplify things, use [0.1;0;0] as the angular velocity. It isolates the issue to 1 axis.
Eliminating the noise from the sensor measurements does not seem to solve the problem. |
I don't have a copy of the book at home, so I will go into the lab tomorrow to grab it and take another look. |
|
Actually, the file was too large, I uploaded to our reference material
drive:
https://drive.google.com/drive/u/0/folders/1wNfjSqpztZ120XqLAocaAm2iOV3vOI9A
…On Thu, Apr 16, 2020 at 1:55 PM _ ***@***.*** ***@***.***> wrote:
I am attaching a copy of the book, as well
On Wed, Apr 15, 2020 at 10:58 PM Taylor Reynolds ***@***.***>
wrote:
> I don't have a copy of the book at home, so I will go into the lab
> tomorrow to grab it and take another look.
>
> —
> You are receiving this because you were assigned.
> Reply to this email directly, view it on GitHub
> <#43 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AJLVMS23PCZQJYQWDWEL3VDRM2M7HANCNFSM4MHN5C6Q>
> .
>
--
Kylle Ashton
M.Sc. Mechanical Engineering | University of Washington
--
Kylle Ashton
M.Sc. Mechanical Engineering | University of Washington
|
I am attaching a copy of the book, as well
…On Wed, Apr 15, 2020 at 10:58 PM Taylor Reynolds ***@***.***> wrote:
I don't have a copy of the book at home, so I will go into the lab
tomorrow to grab it and take another look.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJLVMS23PCZQJYQWDWEL3VDRM2M7HANCNFSM4MHN5C6Q>
.
--
Kylle Ashton
M.Sc. Mechanical Engineering | University of Washington
|
|
To your note, I just mentioned in the last GNC meeting that my next direction was to check the 'sensor model' that I have. I thought that maybe that adding WGN to the measurement could be the wrong thing to be doing, like maybe it was physically unrealistic. I did not realize that the noise needed to be orthogonal. I was playing around with adding in the sun sensor library that Cole/you made. Was that, and the mag sensor lib, constructed to add orthogonal noise? And when the sun 2x1 (alpha, beta) dimension sensor measurements get converted back to 3x1, is this noise still orthogonal?
|
@kashton6 can you fill in a description here?
The text was updated successfully, but these errors were encountered: