-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Estimation] Dynamic reset functionality for ExtendedKalmanFilter #553
[Estimation] Dynamic reset functionality for ExtendedKalmanFilter #553
Conversation
@traversaro if you could review this PR, it would be great. Thank you! |
src/estimation/include/iDynTree/Estimation/ExtendedKalmanFilter.h
Outdated
Show resolved
Hide resolved
src/estimation/include/iDynTree/Estimation/ExtendedKalmanFilter.h
Outdated
Show resolved
Hide resolved
3f40108
to
9dfa7cc
Compare
@traversaro I've addressed your review in the squashed commit. |
9dfa7cc
to
310b082
Compare
@traversaro Travis seems to have some timeout issues. Could you check it and let me know if I should do something about it? |
@traversaro friendly ping! :) |
I restarted the Travis build, in the meanwhile can you resolve the conflicts on the release notes? Btw, I think you should have the powers to restart Travis jobs, let me know if you do not have them. |
Done in 4e3680d. Thanks! |
I think I have them. I see a Cancel Build option on a currently running job. |
This PR adds a method to dynamically reset the EKF components through a function call.
Also, includes a few minor changes