sot-torque-control  1.6.5
Collection of dynamic-graph entities aimed at implementing torque control on different robots.
poly-estimator.cpp File Reference
Include dependency graph for poly-estimator.cpp:

Go to the source code of this file.

Functions

void pinv (const Eigen::MatrixXd &matrix_in, Eigen::MatrixXd &pseudo_inv, const double &pinvtoler)
 

Function Documentation

◆ pinv()

void pinv ( const Eigen::MatrixXd &  matrix_in,
Eigen::MatrixXd &  pseudo_inv,
const double &  pinvtoler = 1.0e-6 
)

Compute the pseudo-inverse using Eigen

Parameters
[in]matrix_inis the input matrix.
[out]pseudo_invis the pseudo-inverse of the input matrix.
[in]pinvtoleris the tolerance in the SVD decomposition

Definition at line 9 of file poly-estimator.cpp.