38 using Vector = Eigen::Vector<double, dof>;
109#include <orwell/RobotState.hxx>
const Vector & getVelocity() const
get the joint velocity
const Vector & getPosition() const
get the joint position
void setVelocity(const Vector &velocity)
set the joint velocity
const Vector & getTorque() const
get the joint torque
void setTorque(const Vector &torque)
set the joint torque
void setPosition(const Vector &position)
set the joint position
Eigen::Vector< double, dof > Vector
typedef