Commit b99c73e
authored
File tree
4 files changed
+5
-5
lines changed- cereal/messaging/tests
- selfdrive
- car/tests
- test/process_replay
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Submodule opendbc_repo updated 45 files
- .gitignore+1
- opendbc/car/car.capnp+1-2
- opendbc/car/chrysler/carstate.py+1-2
- opendbc/car/ford/carstate.py+1-2
- opendbc/car/gm/carstate.py+1-2
- opendbc/car/honda/carstate.py+1-2
- opendbc/car/hyundai/carstate.py+4-8
- opendbc/car/mazda/carstate.py+1-2
- opendbc/car/nissan/carstate.py+2-4
- opendbc/car/rivian/carstate.py+1-3
- opendbc/car/subaru/carstate.py+1-3
- opendbc/car/tesla/carstate.py+1-3
- opendbc/car/toyota/carstate.py-1
- opendbc/car/volkswagen/carstate.py+2-4
- opendbc/safety/modes/body.h+6-9
- opendbc/safety/modes/chrysler.h+24-24
- opendbc/safety/modes/defaults.h+6-6
- opendbc/safety/modes/elm327.h+4-4
- opendbc/safety/modes/ford.h+53-53
- opendbc/safety/modes/gm.h+20-20
- opendbc/safety/modes/honda.h+36-36
- opendbc/safety/modes/hyundai.h+44-44
- opendbc/safety/modes/hyundai_canfd.h+32-32
- opendbc/safety/modes/hyundai_common.h+4-4
- opendbc/safety/modes/mazda.h+13-13
- opendbc/safety/modes/nissan.h+16-16
- opendbc/safety/modes/rivian.h+32-32
- opendbc/safety/modes/subaru.h+30-30
- opendbc/safety/modes/subaru_preglobal.h+12-12
- opendbc/safety/modes/tesla.h+41-41
- opendbc/safety/modes/toyota.h+42-42
- opendbc/safety/modes/volkswagen_common.h+9-9
- opendbc/safety/modes/volkswagen_mqb.h+22-22
- opendbc/safety/modes/volkswagen_pq.h+31-31
- opendbc/safety/safety.h+23-23
- opendbc/safety/safety_declarations.h+8-8
- opendbc/safety/tests/libsafety/libsafety_py.py+4-4
- opendbc/safety/tests/libsafety/safety.c+1-1
- opendbc/safety/tests/safety_replay/helpers.py+17-17
- opendbc/safety/tests/safety_replay/replay_drive.py+4-4
- opendbc/safety/tests/test_ford.py+12-12
- opendbc/safety/tests/test_honda.py+18-18
- opendbc/safety/tests/test_rivian.py+8-8
- opendbc/safety/tests/test_tesla.py+21-21
- opendbc/safety/tests/test_toyota.py+8-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments