and controlsd (#31769)

old-commit-hash: ca79e3ec0b
chrysler-long2
Justin Newberry 1 year ago committed by GitHub
parent 901da3d5d4
commit 14af96d234
  1. 2
      selfdrive/car/card.py

@ -70,7 +70,7 @@ class CarD:
if prev_cp is not None: if prev_cp is not None:
self.params.put("CarParamsPrevRoute", prev_cp) self.params.put("CarParamsPrevRoute", prev_cp)
# Write CarParams for radard # Write CarParams for controls and radard
cp_bytes = self.CP.to_bytes() cp_bytes = self.CP.to_bytes()
self.params.put("CarParams", cp_bytes) self.params.put("CarParams", cp_bytes)
self.params.put_nonblocking("CarParamsCache", cp_bytes) self.params.put_nonblocking("CarParamsCache", cp_bytes)

Loading…
Cancel
Save