34 #ifndef OPEN_WALKER_CORE_JOINT_ACCELERATION_H 35 #define OPEN_WALKER_CORE_JOINT_ACCELERATION_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_ACCELERATION_H JointAcceleration()
Default Constructor.
Definition: joint_acceleration.h:67
The VectorDof class.
Definition: vector_dof.h:49
Definition: angular_acceleration.h:39
The JointAcceleration class.
Definition: joint_acceleration.h:50
JointAcceleration(const Eigen::EigenBase< OtherDerived > &other)
Copy constructor.
Definition: joint_acceleration.h:77