Skip to content
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

Questions about the new dt term in F_update #5

Closed
yifaan opened this issue Aug 31, 2017 · 1 comment
Closed

Questions about the new dt term in F_update #5

yifaan opened this issue Aug 31, 2017 · 1 comment

Comments

@yifaan
Copy link

yifaan commented Aug 31, 2017

Hi Rodrigo,

I noticed you add dt in the F matrix. I don't really understand this, can you explain why do you need to multiply the fixed bias term with dt here?

F= [Fee Fev Fep (DCMbn)*dt Z (DCMbn) Z;
Fve Fvv Fvp Z (-DCMbn)*dt Z (-DCMbn);
Fpe Fpv Fpp Z Z Z Z;
Z Z Z Z Z Z Z;
Z Z Z Z Z Z Z;
Z Z Z Z Z Fgg Z;
Z Z Z Z Z Z Faa;
];

Regards

@rodralez
Copy link
Owner

rodralez commented Sep 4, 2017

Dear Yifaan,

Firstly, thank you very much for pointing out this problem.

I have read this implementation of F matrix in some paper, but I cannot remember where.

It seems that I tested this modification in F, but forgot to deleted.

The modified F seems to work well in NaveGo, but I will keep the original version, which is supported by several books in the Navigation field.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants