Merge branch 'rc-v0.5.0' into devel

This commit is contained in:
Oskar Weigl
2020-08-03 20:16:51 -07:00
7 changed files with 23 additions and 11 deletions
+1
View File
@@ -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;