Increase IR filter time constant to 30 seconds (#21666)

pull/21667/head
Willem Melching 4 years ago committed by GitHub
parent fc8fc99ffd
commit 49c618946c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/boardd/boardd.cc

@ -411,7 +411,7 @@ void hardware_control_thread() {
bool prev_charging_disabled = false;
unsigned int cnt = 0;
FirstOrderFilter integ_lines_filter(0, 10.0, 0.05);
FirstOrderFilter integ_lines_filter(0, 30.0, 0.05);
while (!do_exit && panda->connected) {
cnt++;

Loading…
Cancel
Save