#include <sr_joint_motor.hpp>

Public Member Functions | |
| SrActuatorWrapper () | |
Public Attributes | |
| ros_ethercat_model::Actuator * | actuator |
| bool | actuator_ok |
| bool | bad_data |
Definition at line 60 of file sr_joint_motor.hpp.
| shadow_joints::SrActuatorWrapper::SrActuatorWrapper | ( | ) | [inline] |
Definition at line 63 of file sr_joint_motor.hpp.
| ros_ethercat_model::Actuator* shadow_joints::SrActuatorWrapper::actuator |
Definition at line 71 of file sr_joint_motor.hpp.
this boolean is set to true as long as we receive the data from the actuator.
Definition at line 77 of file sr_joint_motor.hpp.
this boolean is set to true if the data coming from the actuator through the CAN bus are messed up.
Definition at line 82 of file sr_joint_motor.hpp.