#include <mc_rbdyn/Flexibility.h>
Public Attributes | |
std::string | jointName |
double | K |
double | C |
double | O |
This structure holds a flexible joint, if such a joint is part of a robot, then the following dynamic constraint will be applied for the flexible joint torques:
\begin{align} \underline{\mathbf{\tau}} = \overline{\mathbf{\tau}} = -K\mathbf{q} -C\dot{\mathbf{q}} - O \end{align}
double mc_rbdyn::Flexibility::C |
Damping
std::string mc_rbdyn::Flexibility::jointName |
Name of the joint
double mc_rbdyn::Flexibility::K |
Stiffness
double mc_rbdyn::Flexibility::O |
Bias