Merge branch 'upstream/master' into sync-20241205

This commit is contained in:
Jason Wen
2024-12-05 13:49:09 -05:00
71 changed files with 2927 additions and 1579 deletions

View File

@@ -28,7 +28,7 @@ jobs:
git add .
- name: update car docs
run: |
scons -j$(nproc) --minimal opendbc
scons -j$(nproc) --minimal opendbc_repo
PYTHONPATH=. python selfdrive/car/docs.py
git add docs/CARS.md
- name: Create Pull Request