-
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
Default getSample methods for group manifolds #1439
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1439 +/- ##
==========================================
- Coverage 77.18% 77.04% -0.15%
==========================================
Files 67 67
Lines 4940 4948 +8
==========================================
- Hits 3813 3812 -1
- Misses 1127 1136 +9
Continue to review full report at Codecov.
|
From the call today, two comments came up:
xref #1441 Added to requirements wiki: https://github.com/JuliaRobotics/Caesar.jl/wiki/High-Level-Requirements |
@dehann, comments implemented. |
I don't think this is a breaking change, should it not be in v0.25.6? |
function getSample(cf::CalcFactor{<:AbstractPrior}) | ||
M = getManifold(cf.factor) | ||
if hasfield(typeof(cf.factor), :Z) |
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.
perhaps we should standardize with API
function getMeasurement(::AbstractFactor) ...
to return the field .Z
etc. This can then also be used the existing function getMeasurementParametric
which extracts the mean and covariance of the same .Z
for parametric solves?
No description provided.