Skip to content
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

new partial correlation test #434

Merged
merged 6 commits into from Apr 12, 2021
Merged

new partial correlation test #434

merged 6 commits into from Apr 12, 2021

Conversation

dehann
Copy link
Member

@dehann dehann commented Apr 11, 2021

@dehann dehann added this to the v0.15.1 milestone Apr 11, 2021
@dehann dehann self-assigned this Apr 11, 2021
@codecov
Copy link

codecov bot commented Apr 11, 2021

Codecov Report

Merging #434 (f94ba67) into master (6bbae00) will increase coverage by 0.37%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #434      +/-   ##
==========================================
+ Coverage   25.05%   25.43%   +0.37%     
==========================================
  Files          45       45              
  Lines        1724     1718       -6     
==========================================
+ Hits          432      437       +5     
+ Misses       1292     1281      -11     
Impacted Files Coverage Δ
src/factors/Range2D.jl 50.00% <ø> (+28.94%) ⬆️
src/FactorGraphAnalysisTools.jl 33.33% <0.00%> (+1.19%) ⬆️
src/variables/Local_Manifold_Workaround.jl 50.00% <0.00%> (+1.72%) ⬆️
src/factors/Pose2Point2.jl 58.82% <0.00%> (+3.26%) ⬆️
src/factors/Point2D.jl 64.00% <0.00%> (+4.74%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6bbae00...f94ba67. Read the comment docs.

@dehann
Copy link
Member Author

dehann commented Apr 11, 2021

FIX in IncrementalInference v0.23.1

Correct Result For New Test

This is the correct result for the new test. Broad odometry error from first to second pose implies large uncertainty in second pose. The overlap in range uncertainty from both first and second pose result in two slanted (but narrower) modes around the y-axis for landmark L1:
test1206

Bad Result Example

This was unfortunately the nominal (but somewhat incorrect) result during the time after closing IIF 467 and before IIF v0.23.1.

1206bad


This fix and new test will likely improve the result wrt to partials in

Note that work on known issues with partials and the Manifolds refactoring is ongoing. The recently closed #244 has been a big step towards more upcoming changes in this regard.

@dehann dehann merged commit 9db72b1 into master Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant