Public Member Functions | |
| void | append (const JointLimits &jlimit, const int nq, const int nv) |
| template<int Nq, int Nv> | |
| void | setDimensions () |
Public Attributes | |
| Eigen::VectorXd | armature |
| Eigen::VectorXd | damping |
| Eigen::VectorXd | friction |
| double | frictionLoss = 0. |
| Eigen::VectorXd | maxConfig |
| Eigen::VectorXd | maxEffort |
| Eigen::VectorXd | maxVel |
| Eigen::VectorXd | minConfig |
Definition at line 23 of file joints.hpp.
| Eigen::VectorXd armature |
Definition at line 40 of file joints.hpp.
| Eigen::VectorXd damping |
Definition at line 37 of file joints.hpp.
| Eigen::VectorXd friction |
Definition at line 35 of file joints.hpp.
| double frictionLoss = 0. |
Definition at line 42 of file joints.hpp.
| Eigen::VectorXd maxConfig |
Definition at line 30 of file joints.hpp.
| Eigen::VectorXd maxEffort |
Definition at line 26 of file joints.hpp.
| Eigen::VectorXd maxVel |
Definition at line 28 of file joints.hpp.
| Eigen::VectorXd minConfig |
Definition at line 32 of file joints.hpp.