This commit is contained in:
discountchubbs
2026-08-14 11:35:03 -07:00
parent 502bb58c4e
commit 351df2d92f
-3
View File
@@ -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