from openpilot.selfdrive.modeld.constants import ModelConstants 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 TRAJECTORY_SIZE = ModelConstants.IDX_N # Minimum path length