|
gtsam
|
Right action φ_ξ(X) = (R A, Aᵀ(b − a), Aᵀ C B) on the state manifold.
Implements the right action φ_{ξ}(X) = (R A, Aᵀ(b − a), Aᵀ C B), where ξ=(R,b,C). This is the discrete version of the homogeneous-space action in Eq. (4) of Fornasier et al. (2022).
Public Member Functions | |
| M | operator() (const M &xi, const G &g, OptionalJacobian< M::dimension, M::dimension > Hm={}, OptionalJacobian< M::dimension, G::dimension > Hg={}) const |
| Implements group actions on the states. | |
| Public Member Functions inherited from gtsam::GroupAction< Symmetry< N >, Group< N >, State< N > > | |
| const Symmetry< N > & | derived () const |
| Access derived class. | |
Static Public Attributes | |
| static constexpr ActionType | type = ActionType::Right |
| Static Public Attributes inherited from gtsam::GroupAction< Symmetry< N >, Group< N >, State< N > > | |
| static constexpr int | DimG |
| static constexpr int | DimM |
Public Types | |
| using | M = State<N> |
| using | G = gtsam::abc::Group<N> |
| Public Types inherited from gtsam::GroupAction< Symmetry< N >, Group< N >, State< N > > | |
| using | Group |
| using | Manifold |
| using | Orbit |
| using | Diffeomorphism |
Classes | |
| struct | Orbit |
|
inline |
Implements group actions on the states.
| g | An element of the symmetry group G. |