mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-17 16:13:45 +08:00
old
This commit is contained in:
@@ -383,9 +383,6 @@ def main(demo=False):
|
||||
publish_state = PublishState()
|
||||
chestnut_state = ChestnutState(pm, USBGPU) if USBGPU else None
|
||||
|
||||
params.put_bool("UsbGpuPresent", USBGPU)
|
||||
params.put_bool("UsbGpuCompiled", USBGPU)
|
||||
|
||||
# setup filter to track dropped frames
|
||||
frame_dropped_filter = FirstOrderFilter(0., 10., 1. / model.constants.MODEL_FREQ)
|
||||
frame_id = 0
|
||||
|
||||
Reference in New Issue
Block a user