-
Notifications
You must be signed in to change notification settings - Fork 21
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
Check differential factors use correct approxDeconv result #1386
Comments
It sounds like you are on the right track, I previously tracked the issue to approxDeconv and fixed it here #1380, but I didn't have time to dig deeper. Just note that the |
I think the bug is happening here: IncrementalInference.jl/src/TreeMessageUtils.jl Lines 314 to 316 in 145774f
|
Here is the test code I have so already, but it's focused on approxDeconv: IncrementalInference.jl/test/testSpecialEuclidean2Mani.jl Lines 189 to 232 in 145774f
|
Yes, that needs to be converted to points. The current assumption is tangent on lie group so i think we can just use exp map at identity for now? pred_X, _ = approxDeconv(tfg, afc.label, solveKey)
pts = exp(M, ident, pred_X) |
Cool thanks, yes let me try that... |
RoME test on IIF913 produced this error
(stable/good on left -- current master/bad on right):
The text was updated successfully, but these errors were encountered: