8 #include "joint_level_control/motor/hacker.h"
21 Motor(
const std::string& can_name, uint8_t can_id);
28 int writeCAN(can_frame* frame);
31 void startAcknowldegeTask();
37 std::thread acknowledge_thread_;
This subclass generates Current-Control Messages which allow to control the motor via a current limit...
Definition: message_builder.h:52
This class abstracts the communication with the motorcontrollers (currently Hacker Herkules 5 BLDC).
Definition: motor.h:15
Motor(const std::string &can_name, uint8_t can_id)
Definition: motor.cpp:17
void setCurrent(double current)
Definition: motor.cpp:61