Toyota LTA: allow no torque (#27646)

* no torque

* Update ref_commit

* Update ref_commit
pull/27310/head
Shane Smiskol 2 years ago committed by GitHub
parent 660b9e9718
commit aeb905a2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/toyota/toyotacan.py
  2. 2
      selfdrive/test/process_replay/ref_commit

@ -17,7 +17,7 @@ def create_lta_steer_command(packer, steer, steer_req, raw_cnt):
"SETME_X1": 1,
"SETME_X3": 3,
"PERCENTAGE": 100,
"SETME_X64": 0x64,
"SETME_X64": 0,
"ANGLE": 0,
"STEER_ANGLE_CMD": steer,
"STEER_REQUEST": steer_req,

@ -1 +1 @@
30128f043985c8a793cdca2ad9ea1039c5086d72
ad3192c5ab1743bc1671c5c29816b360747cc3e0

Loading…
Cancel
Save