|
gtsam
|
Chart-at-origin adapter for LieGroup-derived classes with explicit instance retract/localCoordinates implementations.
Fixed-size classes can construct their identity and therefore preserve the derived class's chosen chart exactly. A dynamically sized identity does not carry enough size information, so the static origin chart uses Expmap and Logmap; callers must still supply an unambiguous tangent dimension.
Public Types | |
| using | TangentVector = Eigen::Matrix<double, N, 1> |
| using | ChartJacobian = OptionalJacobian<N, N> |