Hi All
I have question about the EKF S functions for matlab. There is a call to propogate_covariance in the 25ms routine. This has 4 params but the function only accepts 3, can anyone explain to me
why this is?
Many thanks
Tony
Hi All
I have question about the EKF S functions for matlab. There is a call to propogate_covariance in the 25ms routine. This has 4 params but the function only accepts 3, can anyone explain to me
why this is?
Many thanks
Tony
You need to be a member of diydrones to add comments!
Replies
Nothing serious.
I forgot to clean the routine, the 4th parameter ( ( double )( DT25 ) ) is not required. Funny that the Matlab Lcc-win32 C 2.4.1 compilator remains quiet about that.
Thanks,
Regards,
Paul