mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 22:14:34 +08:00
fix comments
This commit is contained in:
@@ -9,6 +9,7 @@ bool Controller::apply_config() {
|
||||
}
|
||||
|
||||
void Controller::reset() {
|
||||
// pos_setpoint is initialized in start_closed_loop_control
|
||||
vel_setpoint_ = 0.0f;
|
||||
vel_integrator_torque_ = 0.0f;
|
||||
torque_setpoint_ = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user