#include <joint.hpp>
Public Member Functions | |
JointStatistics () | |
void | reset () |
void | update (JointState *jnt) |
Public Attributes | |
double | max_abs_effort_ |
double | max_abs_velocity_ |
double | max_position_ |
double | min_position_ |
bool | violated_limits_ |
Private Attributes | |
bool | initialized_ |
double | old_position_ |
ros_ethercat_model::JointStatistics::JointStatistics | ( | ) | [inline] |
void ros_ethercat_model::JointStatistics::reset | ( | ) | [inline] |
void ros_ethercat_model::JointStatistics::update | ( | JointState * | jnt | ) | [inline] |
bool ros_ethercat_model::JointStatistics::initialized_ [private] |
double ros_ethercat_model::JointStatistics::old_position_ [private] |