Public Member Functions | |
| JointComposite (const JointVariant &j, const SE3 &jPose) | |
| JointComposite (const std::vector< JointVariant > &js, const std::vector< SE3 > &jPoses) | |
| void | addJoint (const JointVariant &jm, const SE3 &pose=SE3::Identity()) |
| bool | operator== (const JointComposite &other) const |
Public Attributes | |
| std::vector< JointVariant > | joints |
| std::vector< SE3 > | jointsPlacements |
| int | nq = 0 |
| int | nv = 0 |
Definition at line 309 of file joints.hpp.
| inline |
Definition at line 319 of file joints.hpp.
| inline |
Definition at line 327 of file joints.hpp.
| inline |
Definition at line 338 of file joints.hpp.
| inline |
Definition at line 346 of file joints.hpp.
| std::vector<JointVariant> joints |
Definition at line 311 of file joints.hpp.
| std::vector<SE3> jointsPlacements |
Definition at line 312 of file joints.hpp.
| int nq = 0 |
Definition at line 314 of file joints.hpp.
| int nv = 0 |
Definition at line 315 of file joints.hpp.