Go to the documentation of this file.
8 template <
typename floatT>
13 observation.segment(0, 1) = state.
orientation.log().coeffs();
14 observation.segment(1, 2) = state.
position;
18 template <
typename floatT>
33 template <
typename floatT>
39 manif::SO2Tangent<FloatT> tan;
40 tan.coeffs() << sigmaPoints.segment(0, 1);
48 template <
typename floatT>
70 template <
typename floatT>
74 ObsT observation = state.
pose.log().coeffs();
78 template <
typename floatT>
90 template <
typename floatT>
96 manif::SE2Tangent<FloatT> tan;
97 tan.coeffs() << sigmaPoints;
98 new_state.
pose = state.
pose.lplus(tan);
102 template <
typename floatT>
108 sigma = state2.
pose.lminus(state1.
pose).coeffs();
117 template <
typename floatT>
121 ObsT observation = state.
pose.log().coeffs();
125 template <
typename floatT>
138 template <
typename floatT>
144 manif::SE2Tangent<FloatT> tan;
145 tan.coeffs() << sigmaPoints.segment(0, 3);
146 new_state.
pose = state.
pose.lplus(tan);
147 tan.coeffs() << sigmaPoints.segment(3, 3);
153 template <
typename floatT>
159 sigma.template segment<3>(0) = state2.
pose.lminus(state1.
pose).coeffs();
162 sigma.template segment<3>(3) = (state2.
velocity - state1.
velocity).coeffs();
static StateT propagationFunction(const StateT &state, const ControlT &control, const ControlNoiseT &noise, FloatT dt)
manif::SE2< floatT > pose
static ObsT observationFunction(const StateT &state)
static ObsT observationFunction(const StateT &state)
static ObsT observationFunction(const StateT &state)
manif::SE2< floatT >::Tangent velocity
static StateT retraction(const StateT &state, const SigmaPointsT &sigmaPoints)
static StateT propagationFunction(const StateT &state, const ControlT &control, const ControlNoiseT &noise, FloatT dt)
Eigen::Matrix< floatT, 2, 1 > position
manif::SO2< floatT > orientation
static SigmaPointsT inverseRetraction(const StateT &state1, const StateT &state2)
static StateT retraction(const StateT &state, const SigmaPointsT &sigmaPoints)
static StateT propagationFunction(const StateT &state, const ControlT &control, const ControlNoiseT &noise, FloatT dt)
static SigmaPointsT inverseRetraction(const StateT &state1, const StateT &state2)
static SigmaPointsT inverseRetraction(const StateT &state1, const StateT &state2)
manif::SE2< floatT > pose
This file is part of ArmarX.
This file is part of ArmarX.
static StateT retraction(const StateT &state, const SigmaPointsT &sigmaPoints)