mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-26 12:27:45 +08:00
Merge branch 'rc-v0.5.0' into devel
This commit is contained in:
@@ -336,6 +336,7 @@ bool Axis::run_closed_loop_control_loop() {
|
||||
controller_.input_pos_ = *controller_.pos_estimate_linear_src_;
|
||||
}
|
||||
}
|
||||
controller_.input_pos_updated();
|
||||
|
||||
// Avoid integrator windup issues
|
||||
controller_.vel_integrator_torque_ = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user