ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
A portable class for sending robot state information over yarp. More...
#include <RobotState.h>
Public Member Functions | |
RobotState () | |
RobotState (const int numberOfDoF) | |
virtual | ~RobotState () |
virtual bool | write (yarp::os::ConnectionWriter &connection) |
virtual bool | read (yarp::os::ConnectionReader &connection) |
Public Attributes | |
Eigen::VectorXd | q |
Eigen::VectorXd | qd |
Eigen::Displacementd | H_root |
Eigen::Twistd | T_root |
A portable class for sending robot state information over yarp.
blah.
Definition at line 26 of file RobotState.h.
RobotState::RobotState | ( | ) |
Definition at line 6 of file RobotState.cpp.
RobotState::RobotState | ( | const int | numberOfDoF | ) |
Definition at line 10 of file RobotState.cpp.
|
virtual |
Definition at line 17 of file RobotState.cpp.
|
virtual |
Definition at line 87 of file RobotState.cpp.
|
virtual |
Definition at line 50 of file RobotState.cpp.
Eigen::Displacementd ocra_recipes::RobotState::H_root |
Definition at line 43 of file RobotState.h.
Eigen::VectorXd ocra_recipes::RobotState::q |
Definition at line 41 of file RobotState.h.
Eigen::VectorXd ocra_recipes::RobotState::qd |
Definition at line 42 of file RobotState.h.
Eigen::Twistd ocra_recipes::RobotState::T_root |
Definition at line 44 of file RobotState.h.