11 #ifndef DGM_SINGLE_MOTOR_HH 12 #define DGM_SINGLE_MOTOR_HH 14 #include <dynamic_graph_manager/dynamic_graph_manager.hh> 15 #include <blmc_robots/single_motor.hpp> 20 typedef Eigen::Matrix<double, 1, 1> Vector1d;
79 #endif // DGM_SINGLE_MOTOR_HH Vector1d ctrl_joint_torques_
ctrl_joint_torques_ the motor torque to be sent
Definition: dgm_single_motor.hpp:68
Definition: dgm_single_motor.hpp:17
Definition: dgm_single_motor.hpp:22
DGMSingleMotor()
DGMSingleMotor is the constructor.
blmc_robots::SingleMotor single_motor_
Entries for the real hardware.
Definition: dgm_single_motor.hpp:63
void set_motor_controls_from_map(const dynamic_graph::VectorDGMap &map)
set_motor_controls_from_map reads the input map that contains the controls and send these controls to...
bool was_in_safety_mode_
was_in_safety_mode_ Toggle to keep in safety mode once it was entered.
Definition: dgm_single_motor.hpp:73
void initialize_hardware_communication_process()
initialize_hardware_communication_process is the function that initialize the hardware.
~DGMSingleMotor()
~DGMSingleMotor is the destructor.
void get_sensors_to_map(dynamic_graph::VectorDGMap &map)
get_sensors_to_map acquires the sensors data and feed it to the input/output map