dg_blmc_robots
dgm_single_motor.hpp
Go to the documentation of this file.
1 
11 #ifndef DGM_SINGLE_MOTOR_HH
12 #define DGM_SINGLE_MOTOR_HH
13 
14 #include <dynamic_graph_manager/dynamic_graph_manager.hh>
15 #include <blmc_robots/single_motor.hpp>
16 
17 namespace dg_blmc_robots
18 {
19 
20  typedef Eigen::Matrix<double, 1, 1> Vector1d;
21 
22  class DGMSingleMotor : public dynamic_graph::DynamicGraphManager
23  {
24  public:
29 
34 
40 
46  void get_sensors_to_map(dynamic_graph::VectorDGMap& map);
47 
53  void set_motor_controls_from_map(const dynamic_graph::VectorDGMap& map);
54  private:
55 
63  blmc_robots::SingleMotor single_motor_;
64 
69 
74  };
75 
76 
77 } // namespace dg_blmc_robots
78 
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