You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential Manifolds.jl internal new bug. It looks like while computing the mean, a method is passed implicitly for default_approximation_method(M, mean, eltype(x)) which returns EfficientEstimator, but that dispatch no longer seems available. Error suggests to instead use Geodesic / Gradient / ExtrinsicEstimation.
Hi @mateuszbaran, do you perhaps have any suggestions -- I think this is a new integration bug. I think this code used to work on IncrementalInference.jl side. Happy to use a workaround if that is the best solution.
It looks like the best solution is to just define var for TranslationGroup which cuts out a lot of compilation but isn't totally generic. I've made a pull request.
The text was updated successfully, but these errors were encountered: