Public Member Functions | |
| JointHelical (const Eigen::Vector3d &ax, const double p) | |
| bool | operator== (const JointHelical &other) const |
Public Attributes | |
| Eigen::Vector3d | axis = Eigen::Vector3d::UnitX() |
| double | pitch = 0. |
Static Public Attributes | |
| static constexpr int | nq = 1 |
| static constexpr int | nv = 1 |
Definition at line 214 of file joints.hpp.
| inline |
Definition at line 223 of file joints.hpp.
| inline |
Definition at line 229 of file joints.hpp.
| Eigen::Vector3d axis = Eigen::Vector3d::UnitX() |
Definition at line 216 of file joints.hpp.
| staticconstexpr |
Definition at line 219 of file joints.hpp.
| staticconstexpr |
Definition at line 220 of file joints.hpp.
| double pitch = 0. |
Definition at line 217 of file joints.hpp.