Go to the documentation of this file.
8 #ifndef yocs_math_toolkit_SOPHUS_INTERPOLATERS_HPP_
9 #define yocs_math_toolkit_SOPHUS_INTERPOLATERS_HPP_
52 template <
typename Group>
58 Group T_b_rel_a = T_b*
T_a.inverse();
66 typename Group::Tangent
tangent;
78 class PlanarInterpolator {
typename Base::Tangent Tangent
Sophus::SE3f operator()(const double &t)
PlanarInterpolator(const Sophus::SE3f &T_a, const Sophus::SE3f &T_b)
SlidingInterpolator(const Sophus::SE3f &T_a, const Sophus::SE3f &T_b)
Mathematical tools for linear algebra.
Interpolator< Sophus::SE3f > interpolator
typename Base::Tangent Tangent
Interpolate between two lie group objects.
Group operator()(const double &t)
Sophus::SE2f::Tangent tangent
Sophus::SE3f operator()(const double &t)
Interpolator(const Group &T_a, const Group &T_b)
Sophus::SE3f::Tangent tangent