We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64908eb commit 29ae625Copy full SHA for 29ae625
opendbc/car/rivian/carcontroller.py
@@ -41,7 +41,7 @@ def update(self, CC, CS, now_nanos):
41
# can_sends.append(create_longitudinal(self.packer, counter, 0.0, False, True))
42
# self.last_cancel_frame = self.frame
43
44
- if (self.frame - self.last_cancel_frame) * DT_CTRL > 0.02:
+ if (self.frame - self.last_cancel_frame) * DT_CTRL > 0.02 or True:
45
# send the next expected counter
46
offset = 0
47
# for offset in range(15):
0 commit comments