Class blmc_drivers::ConstTorqueControl¶
-
class ConstTorqueControl¶
This is a basic PD controller to be used in the demos of this package.
Public Functions
-
inline ConstTorqueControl(std::vector<SafeMotor_ptr> motor_list)¶
Construct a new ConstTorqueControl object.
- Parameters:
motor_slider_pairs –
-
inline ~ConstTorqueControl()¶
Destroy the ConstTorqueControl object.
-
inline void start_loop()¶
This method is a helper to start the thread loop.
-
void stop_loop()¶
Stop the control and dump the data.
-
inline ConstTorqueControl(std::vector<SafeMotor_ptr> motor_list)¶