Go to the documentation of this file.
30 #include <manif/SO3.h>
32 template <
typename floatT>
36 ObsT observation = state.
pose.log().coeffs();
40 template <
typename floatT>
52 template <
typename floatT>
57 sigma = state2.
pose.lminus(state1.
pose).coeffs();
61 template <
typename floatT>
66 manif::SE3Tangent<FloatT> tan;
67 tan.coeffs() << sigmaPoints;
69 new_state.
pose = state.
pose.lplus(tan);
76 template <
typename floatT>
80 ObsT observation = state.
pose.log().coeffs();
84 template <
typename floatT>
106 template <
typename floatT>
112 manif::SE3Tangent<FloatT> tan;
113 tan.coeffs() << sigmaPoints.template segment<6>(0);
114 new_state.
pose = state.
pose.lplus(tan);
115 tan.coeffs() << sigmaPoints.template segment<6>(6);
121 template <
typename floatT>
127 sigma.template segment<6>(0) = state2.
pose.lminus(state1.
pose).coeffs();
130 sigma.template segment<6>(6) = (state2.
velocity - state1.
velocity).coeffs();
137 template <
typename floatT>
142 observation.template segment<3>(0) = state.
position;
143 observation.template segment<3>(3) = state.
orientation.log().coeffs();
147 template <
typename floatT>
160 template <
typename floatT>
166 manif::SO3Tangent<FloatT> tan;
167 tan.coeffs() << sigmaPoints.template segment<3>(3);
174 template <
typename floatT>
Eigen::Matrix< floatT, 3, 1 > position
manif::SE3< floatT > pose
static ObsT observationFunction(const StateT &state)
static StateT propagationFunction(const StateT &state, const ControlT &control, const ControlNoiseT &noise, FloatT dt)
static StateT retraction(const StateT &state, const SigmaPointsT &sigmaPoints)
static SigmaPointsT inverseRetraction(const StateT &state1, const StateT &state2)
static StateT retraction(const StateT &state, const SigmaPointsT &sigmaPoints)
static SigmaPointsT inverseRetraction(const StateT &state1, const StateT &state2)
static StateT retraction(const StateT &state, const SigmaPointsT &sigmaPoints)
static ObsT observationFunction(const StateT &state)
static StateT propagationFunction(const StateT &state, const ControlT &control, const ControlNoiseT &noise, FloatT dt)
manif::SO3< floatT > orientation
static SigmaPointsT inverseRetraction(const StateT &state1, const StateT &state2)
static ObsT observationFunction(const StateT &state)
manif::SE3< floatT >::Tangent velocity
This file is part of ArmarX.
static StateT propagationFunction(const StateT &state, const ControlT &control, const ControlNoiseT &noise, FloatT dt)
manif::SE3< floatT > pose