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
I couldn't access BatchFixedLagSmoother function marginalCovariance in python (using pip install gtsam==4.2). It seems this is because it is not implemented in C++ either:
This functionality seems necessary for real-time estimation and easy to implement.
Pitch
It would be nice to get new python version with this.
Alternatives
IncrementalFixedLagSmoother seems like a decent alternative?
The text was updated successfully, but these errors were encountered:
chrisflesher
changed the title
Add python binding for BatchFixedLagSmoother marginalCovariance
Add python binding for BatchFixedLagSmoother marginal covariance
Nov 18, 2024
chrisflesher
changed the title
Add python binding for BatchFixedLagSmoother marginal covariance
Add python BatchFixedLagSmoother marginal covariance
Nov 18, 2024
chrisflesher
changed the title
Add python BatchFixedLagSmoother marginal covariance
Add python binding for BatchFixedLagSmoother marginalCovariance
Nov 18, 2024
chrisflesher
changed the title
Add python binding for BatchFixedLagSmoother marginalCovariance
Add python binding for marginalCovariance
Nov 18, 2024
Feature
I couldn't access
BatchFixedLagSmoother
functionmarginalCovariance
in python (usingpip install gtsam==4.2
). It seems this is because it is not implemented in C++ either:Motivation
This functionality seems necessary for real-time estimation and easy to implement.
Pitch
It would be nice to get new python version with this.
Alternatives
IncrementalFixedLagSmoother
seems like a decent alternative?The text was updated successfully, but these errors were encountered: