Linear affine transformation of the configuration vector. Valide for most common joints which are evolving on a vector space. More...
#include <joint-common-operations.hpp>
Static Public Member Functions | |
template<typename ConfigVectorIn , typename Scalar , typename ConfigVectorOut > | |
static void | run (const Eigen::MatrixBase< ConfigVectorIn > &q, const Scalar &scaling, const Scalar &offset, const Eigen::MatrixBase< ConfigVectorOut > &dest) |
Linear affine transformation of the configuration vector. Valide for most common joints which are evolving on a vector space.
Definition at line 50 of file joint-common-operations.hpp.
|
inlinestatic |
Definition at line 53 of file joint-common-operations.hpp.