forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lexus ES TSS2: reduce longitudinal integral and compensate for road p…
…itch (commaai#33616) bump
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opendbc_repo
updated
11 files
+26 −2 | opendbc/can/common.cc | |
+1 −0 | opendbc/can/common.h | |
+1 −0 | opendbc/can/common.pxd | |
+1 −0 | opendbc/can/common_dbc.h | |
+2 −0 | opendbc/can/dbc.cc | |
+106 −66 | opendbc/can/tests/test_checksums.py | |
+1 −0 | opendbc/car/structs.py | |
+8 −1 | opendbc/car/toyota/carcontroller.py | |
+5 −0 | opendbc/car/toyota/carstate.py | |
+5 −0 | opendbc/car/toyota/interface.py | |
+243 −0 | opendbc/dbc/fca_giorgio.dbc |