#include <sr_joint_motor.hpp>
Public Member Functions | |
Motor () | |
~Motor () | |
Public Attributes | |
sr_actuator::SrActuator * | actuator |
bool | bad_data |
ros::ServiceServer | force_pid_service |
int | motor_id |
bool | motor_ok |
int | msg_motor_id |
ros::ServiceServer | reset_motor_service |
Definition at line 52 of file sr_joint_motor.hpp.
shadow_joints::Motor::Motor | ( | ) | [inline] |
Definition at line 55 of file sr_joint_motor.hpp.
shadow_joints::Motor::~Motor | ( | ) | [inline] |
Definition at line 61 of file sr_joint_motor.hpp.
Definition at line 74 of file sr_joint_motor.hpp.
this boolean is set to true if the data coming from the motor through the CAN bus are messed up.
Definition at line 85 of file sr_joint_motor.hpp.
A service used to set the force PID settings on the motor.
Definition at line 91 of file sr_joint_motor.hpp.
Definition at line 64 of file sr_joint_motor.hpp.
this boolean is set to true as long as we receive the data from the motor.
Definition at line 80 of file sr_joint_motor.hpp.
Definition at line 71 of file sr_joint_motor.hpp.
A service used to reset the motors.
Definition at line 97 of file sr_joint_motor.hpp.