carrot/selfdrive/frogpilot/controls/lib/frogpilot_variables.py
2024-05-30 03:14:03 -07:00

5 lines
275 B
Python

CITY_SPEED_LIMIT = 25 # 55mph is typically the minimum speed for highways
CRUISING_SPEED = 5 # Roughly the speed cars go when not touching the gas while in drive
PROBABILITY = 0.6 # 60% chance of condition being true
THRESHOLD = 5 # Time threshold (0.25s)