mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
and controlsd (#31769)
old-commit-hash: ca79e3ec0b01a26ff4025bde3b15ded4b38709e5
This commit is contained in:
@@ -70,7 +70,7 @@ class CarD:
|
||||
if prev_cp is not None:
|
||||
self.params.put("CarParamsPrevRoute", prev_cp)
|
||||
|
||||
# Write CarParams for radard
|
||||
# Write CarParams for controls and radard
|
||||
cp_bytes = self.CP.to_bytes()
|
||||
self.params.put("CarParams", cp_bytes)
|
||||
self.params.put_nonblocking("CarParamsCache", cp_bytes)
|
||||
|
||||
Reference in New Issue
Block a user