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