34 #ifndef OPEN_WALKER_CORE_JOINT_VELOCITY_H 35 #define OPEN_WALKER_CORE_JOINT_VELOCITY_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_VELOCITY_H The JointVelocity class.
Definition: joint_velocity.h:50
The VectorDof class.
Definition: vector_dof.h:49
JointVelocity()
Default Constructor.
Definition: joint_velocity.h:67
Definition: angular_acceleration.h:39
JointVelocity(const Eigen::EigenBase< OtherDerived > &other)
Copy constructor.
Definition: joint_velocity.h:77