34 #ifndef OPEN_WALKER_CORE_ANGULAR_VELOCITY_H 35 #define OPEN_WALKER_CORE_ANGULAR_VELOCITY_H 48 template <
typename _Scalar>
53 typedef _Scalar Scalar;
54 typedef Eigen::Matrix<_Scalar,3,1> Derived;
85 template <
typename OtherDerived>
95 using Base::operator=;
101 #endif // OPEN_WALKER_CORE_ANGULAR_VELOCITY_H The AngularVelocity class.
Definition: angular_velocity.h:49
AngularVelocity(const Eigen::EigenBase< OtherDerived > &other)
Copy constructor.
Definition: angular_velocity.h:86
Definition: angular_acceleration.h:39
AngularVelocity()
Default Constructor.
Definition: angular_velocity.h:64
AngularVelocity(const Scalar &x, const Scalar &y, const Scalar &z)
Assignment from Scalar values.
Definition: angular_velocity.h:73
The AngularVelocityRef class.
Definition: angular_velocity_ref.h:52