34 #ifndef OPEN_WALKER_CORE_JOINT_EFFORT_H 35 #define OPEN_WALKER_CORE_JOINT_EFFORT_H 37 #include <Eigen/Dense> 49 template <
typename _Scalar,
int _Rows>
54 typedef _Scalar Scalar;
76 template<
typename OtherDerived>
84 using Base::operator=;
92 #endif // OPEN_WALKER_CORE_JOINT_EFFORT_H The VectorDof class.
Definition: vector_dof.h:49
JointEffort(const Eigen::EigenBase< OtherDerived > &other)
Copy constructor.
Definition: joint_effort.h:77
Definition: angular_acceleration.h:39
JointEffort()
Default Constructor.
Definition: joint_effort.h:67
The JointEffort class.
Definition: joint_effort.h:50