mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
need to free tici DSP asap
This commit is contained in:
@@ -71,6 +71,11 @@ int main(int argc, char **argv) {
|
||||
|
||||
LOGD("dmonitoring process: %.2fms, from last %.2fms", t2-t1, t1-last);
|
||||
last = t1;
|
||||
#ifdef QCOM2
|
||||
// this makes it run at about 2.7Hz on tici CPU to deal with modeld lags
|
||||
// TODO: DSP needs to be freed (again)
|
||||
usleep(250000);
|
||||
#endif
|
||||
}
|
||||
visionstream_destroy(&stream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user