Template Function pinocchio::dinv_inertia
Defined in File joint-basic-visitors.hpp
Function Documentation
-
template<typename Scalar, int Options, template<typename S, int O> class JointCollectionTpl>
inline Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Options> pinocchio::dinv_inertia(const JointDataTpl<Scalar, Options, JointCollectionTpl> &jdata) Visit a JointDataTpl through JointDInvInertiaVisitor to get the D^{-1} matrix of the inertia matrix decomposition.
- Parameters:
jdata – [in] The jdata
- Returns:
The D^{-1} matrix of the inertia matrix decomposition