Skip to content

Commit bea3977

Browse files
committed
100 hz
1 parent dc9bf55 commit bea3977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendbc/car/rivian/carcontroller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def update(self, CC, CS, now_nanos):
4141
# can_sends.append(create_longitudinal(self.packer, counter, 0.0, False, True))
4242
# self.last_cancel_frame = self.frame
4343

44-
if (self.frame - self.last_cancel_frame) * DT_CTRL > 0.02:
44+
if (self.frame - self.last_cancel_frame) * DT_CTRL > 0.02 or True:
4545
# send the next expected counter
4646
for offset in range(15):
4747
counter = (CS.vdm_adas_status["VDM_AdasStatus_Counter"] + 1 + offset) % 15

0 commit comments

Comments
 (0)