Public Member Functions | |
| JointUniversal (const Eigen::Vector3d &ax1, const Eigen::Vector3d &ax2) | |
| bool | operator== (const JointUniversal &other) const |
Public Attributes | |
| Eigen::Vector3d | axis1 = Eigen::Vector3d::UnitX() |
| Eigen::Vector3d | axis2 = Eigen::Vector3d::UnitY() |
Static Public Attributes | |
| static constexpr int | nq = 2 |
| static constexpr int | nv = 2 |
Definition at line 235 of file joints.hpp.
| inline |
Definition at line 244 of file joints.hpp.
| inline |
Definition at line 250 of file joints.hpp.
| Eigen::Vector3d axis1 = Eigen::Vector3d::UnitX() |
Definition at line 237 of file joints.hpp.
| Eigen::Vector3d axis2 = Eigen::Vector3d::UnitY() |
Definition at line 238 of file joints.hpp.
| staticconstexpr |
Definition at line 240 of file joints.hpp.
| staticconstexpr |
Definition at line 241 of file joints.hpp.