Replies: 1 comment
-
They have the same function: retract back to the manifold. But retract does not have to be the exponential map. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gtsam/gtsam/navigation/NavState.cpp
Lines 133 to 146 in 0d44d3a
And this class has a function named
NavState NavState::retract(const Vector9& xi, OptionalJacobian<9, 9> H1, OptionalJacobian<9, 9> H2) const;
What's the difference between this two function.
Beta Was this translation helpful? Give feedback.
All reactions