mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
calibrationd: start faster by not waiting for carParams (#24976)
* calibrationd: start faster by not waiting for carParams * fix process replay * update ref old-commit-hash: de0c12e5af0e550c194510a19253dd9100b1a9f7
This commit is contained in:
@@ -282,7 +282,8 @@ CONFIGS = [
|
||||
proc_name="calibrationd",
|
||||
pub_sub={
|
||||
"carState": ["liveCalibration"],
|
||||
"cameraOdometry": []
|
||||
"cameraOdometry": [],
|
||||
"carParams": [],
|
||||
},
|
||||
ignore=["logMonoTime", "valid"],
|
||||
init_callback=get_car_params,
|
||||
|
||||
@@ -1 +1 @@
|
||||
41161c8d151b0c2017214cad0aad3156533ab868
|
||||
b55de9fdb2416e63ab554c95233a78219d8d3db9
|
||||
Reference in New Issue
Block a user