-
Notifications
You must be signed in to change notification settings - Fork 59
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
_Mu_new initialize problem #55
Comments
Hi Needrom, without complete code, it is hard to help you out... Did you start from one of the BFL examples? Which 'main' did you use? |
yes. of course I start from the EKF example. I change it to the 6 state equation. I can show you the main part of my code.
just about [x, y, v_x, v_y, a_x, a_y] |
something just happen when I raise the rate to 1000hz . the v_y state just suddenly raise to -2.98118e+130 when the input of a_y is still 0.00297971. |
is there some thing wrong with the _Mu_new initialize that i found
Pdf<ColumnVector> *posterior = filter->PostGet(); posterior->ExpectedValueGet()
here seem not be zero from the beginning.And found the value fromposterior->ExpectedValueGet()
may come from the class of KalmanFilter from here http://docs.ros.org/en/jade/api/bfl/html/kalmanfilter_8cpp_source.htmlData Showing
here form the data of my terminal output.
we can see the input all be zero at the beginning ,but the posterior Mean seem strange
posterior Mean[6](-2.18436e+177,1.32349e-23,1e-07,1e-07,1e-07,1e-07)
and here is the nonlinearanalyticconditionalgaussianmobile.cpp
The text was updated successfully, but these errors were encountered: