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
We want NavState, a manifold, to also get Lie group operations so it becomes SE2(3).
Note: NavState was a perfectly fine manifold, which sometimes is all you need. We could add a class SE_2(3), but we will follow the current GTSAM convention and add the group operations in the same class.
Motivation
Many new VIO filters and smoothers now use SE2(3) for improved consistency.
Investigate nearZero behavior and selection of thresholds
Fix coriolis terms according to Brossard22tro
transpose group operations, unit tested
Switch retract and localCoordinates to exp/log. If we remove the custom retract and localCoordinates, lots of unit tests fail, so it is important to check this too.
Use in "Brossard's code"
The text was updated successfully, but these errors were encountered:
Feature
We want NavState, a manifold, to also get Lie group operations so it becomes SE2(3).
Note: NavState was a perfectly fine manifold, which sometimes is all you need. We could add a class SE_2(3), but we will follow the current GTSAM convention and add the group operations in the same class.
Motivation
Many new VIO filters and smoothers now use SE2(3) for improved consistency.
TODO:
Each of these should be a separate PR.
retract
andlocalCoordinates
, lots of unit tests fail, so it is important to check this too.The text was updated successfully, but these errors were encountered: