mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-31 23:02:03 +08:00
Increase IR filter time constant to 30 seconds (#21666)
old-commit-hash: 49c618946c
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user