orwell 0.0.0
|
describes the RobotState More...
#include <RobotState.hpp>
Public Types | |
using | Vector = Eigen::Vector<double, dof> |
typedef | |
Public Member Functions | |
void | setPosition (const Vector &position) |
set the joint position | |
void | setVelocity (const Vector &velocity) |
set the joint velocity | |
void | setTorque (const Vector &torque) |
set the joint torque | |
const Vector & | getPosition () const |
get the joint position | |
const Vector & | getVelocity () const |
get the joint velocity | |
const Vector & | getTorque () const |
get the joint torque | |
describes the RobotState
dof | number of degrees of freedom of the controlled system |
Definition at line 26 of file StoppingCriterion.hpp.
using orwell::RobotState< dof >::Vector = Eigen::Vector<double, dof> |
typedef
Definition at line 38 of file RobotState.hpp.
const RobotState< dof >::Vector & orwell::RobotState< dof >::getPosition | ( | ) | const |
get the joint position
Definition at line 52 of file RobotState.hxx.
const RobotState< dof >::Vector & orwell::RobotState< dof >::getTorque | ( | ) | const |
get the joint torque
Definition at line 64 of file RobotState.hxx.
const RobotState< dof >::Vector & orwell::RobotState< dof >::getVelocity | ( | ) | const |
get the joint velocity
Definition at line 58 of file RobotState.hxx.
void orwell::RobotState< dof >::setPosition | ( | const Vector & | position | ) |
set the joint position
position | joint position |
Definition at line 34 of file RobotState.hxx.
void orwell::RobotState< dof >::setTorque | ( | const Vector & | torque | ) |
set the joint torque
torque | joint torque |
Definition at line 46 of file RobotState.hxx.
void orwell::RobotState< dof >::setVelocity | ( | const Vector & | velocity | ) |
set the joint velocity
velocity | joint velocity |
Definition at line 40 of file RobotState.hxx.