-
Notifications
You must be signed in to change notification settings - Fork 767
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
Fix Preintegration Covariance of CombinedImuFactor #879
Conversation
d4556d6
to
a2bf0c4
Compare
Pushed the current draft of the updated |
Hii, I'm very interested in testing out the Preintegration+CombinedImuFactor implementation. Are the fixes and updated docs ready to be merged? I can provide some feedback afterwards, thanks! |
Ecc
…On Mon, May 2, 2022, 01:06 Gastón Castro ***@***.***> wrote:
Hii, I'm very interested in testing out the
Preintegration+CombinedImuFactor implementation. Are the fixes and updated
docs ready to be merged? I can provide some feedback afterwards, thanks!
—
Reply to this email directly, view it on GitHub
<#879 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADE7636LYMX4FHB44APS4D3VH4FBFANCNFSM5EK5P34A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
We're waiting on #882 after which this should be ready to go. |
@lucacarlone I had forgotten I had added a bunch of unit tests here for exactly what you were asking for in #882. |
ok thanks! |
@lucacarlone whenever you get a chance, I'd love to get a review from you on this (especially since you are most familiar with the changes). I'd like to land this and #874 as soon as possible. 🙂 |
#874 is super easy to review. Only the |
@varunagrawal I should be able to get to this by Wednesday (and hopefully before then) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@varunagrawal this looks good to me but I did not re-review the math.
This PR serves as a discussion thread for debugging the Preintegration Covariance of the CombinedImuFactor.This PR provides a set of unit tests for the
CombinedImuFactor
and a newCombinedScenarioRunner
class which is theScenarioRunner
equivalent for theCombinedImuFactor
.