25sec window

pull/34975/head
Kacper Rączy 3 weeks ago
parent dcdbfc1a2c
commit 4e1764a1a5
  1. 2
      selfdrive/locationd/lagd.py

@ -17,7 +17,7 @@ BLOCK_SIZE = 100
BLOCK_NUM = 50
BLOCK_NUM_NEEDED = 5
MOVING_WINDOW_SEC = 300.0
MIN_OKAY_WINDOW_SEC = 30.0
MIN_OKAY_WINDOW_SEC = 25.0
MIN_RECOVERY_BUFFER_SEC = 2.0
MIN_VEGO = 15.0
MIN_ABS_YAW_RATE = np.radians(1.0)

Loading…
Cancel
Save