Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 2, 2024
1 parent 308bd1d commit 672a6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def __init__(self, CI=None, RI=None) -> None:

self.can_rcv_cum_timeout_counter = 0

self.CS_prev = car.CarState.new_message()
self.CC_prev = car.CarControl.new_message()
self.CS_prev = car.CarState.new_message()
self.initialized_prev = False

self.last_actuators_output = structs.CarControl.Actuators()
Expand Down

0 comments on commit 672a6e0

Please sign in to comment.