Skip to content

Commit

Permalink
update for prius v
Browse files Browse the repository at this point in the history
  • Loading branch information
Edison-CBS committed Nov 2, 2024
1 parent 6fc14b5 commit 9d711d5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: selfdrive

on:
push:
branches:
- master
branches-igonre:
- 'testing-closet*'
pull_request:
workflow_dispatch:
workflow_call:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tools_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: tools

on:
push:
branches:
- master
branches-ignore:
- 'testing-closet*'
pull_request:
workflow_call:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = ../../commaai/panda.git
[submodule "opendbc"]
path = opendbc_repo
url = ../../commaai/opendbc.git
url = ../../Edison-CBS/opendbc.git
[submodule "msgq"]
path = msgq_repo
url = ../../commaai/msgq.git
Expand Down
4 changes: 0 additions & 4 deletions .lfsconfig

This file was deleted.

2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ AddOption('--mutation',
AddOption('--minimal',
action='store_false',
dest='extras',
default=os.path.exists(File('#.lfsconfig').abspath), # minimal by default on release branch (where there's no LFS)
default=os.path.islink(Dir('#rednose/').abspath), # minimal by default on release branch (where rednose is not a link)
help='the minimum build to run openpilot. no tests, tools, etc.')

## Architecture name breakdown (arch)
Expand Down
2 changes: 1 addition & 1 deletion opendbc_repo
Submodule opendbc_repo updated 36 files
+1 −0 opendbc/car/tests/routes.py
+1 −0 opendbc/car/torque_data/params.toml
+0 −1 opendbc/car/torque_data/substitute.toml
+16 −4 opendbc/car/toyota/carstate.py
+27 −8 opendbc/car/toyota/interface.py
+4 −2 opendbc/car/toyota/values.py
+18 −0 opendbc/dbc/acura_ilx_2016_can_generated.dbc
+18 −0 opendbc/dbc/acura_rdx_2018_can_generated.dbc
+1 −0 opendbc/dbc/generator/gm/gm_global_a_powertrain.dbc
+1 −0 opendbc/dbc/generator/honda/acura_ilx_2016_can.dbc
+1 −0 opendbc/dbc/generator/honda/acura_rdx_2018_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_civic_ex_2022_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_civic_touring_2016_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_clarity_hybrid_2018_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_crv_executive_2016_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_crv_touring_2016_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_fit_ex_2018_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_fit_hybrid_2018_can.dbc
+1 −0 opendbc/dbc/generator/honda/honda_odyssey_exl_2018.dbc
+1 −0 opendbc/dbc/generator/honda/honda_odyssey_extreme_edition_2018_china_can.dbc
+1 −0 opendbc/dbc/generator/toyota/toyota_new_mc_pt.dbc
+1 −0 opendbc/dbc/generator/toyota/toyota_nodsu_pt.dbc
+1 −0 opendbc/dbc/generator/toyota/toyota_tnga_k_pt.dbc
+18 −0 opendbc/dbc/gm_global_a_powertrain_generated.dbc
+18 −0 opendbc/dbc/honda_civic_ex_2022_can_generated.dbc
+18 −0 opendbc/dbc/honda_civic_touring_2016_can_generated.dbc
+18 −0 opendbc/dbc/honda_clarity_hybrid_2018_can_generated.dbc
+18 −0 opendbc/dbc/honda_crv_executive_2016_can_generated.dbc
+18 −0 opendbc/dbc/honda_crv_touring_2016_can_generated.dbc
+18 −0 opendbc/dbc/honda_fit_ex_2018_can_generated.dbc
+18 −0 opendbc/dbc/honda_fit_hybrid_2018_can_generated.dbc
+18 −0 opendbc/dbc/honda_odyssey_exl_2018_generated.dbc
+18 −0 opendbc/dbc/honda_odyssey_extreme_edition_2018_china_can_generated.dbc
+44 −0 opendbc/dbc/toyota_new_mc_pt_generated.dbc
+44 −0 opendbc/dbc/toyota_nodsu_pt_generated.dbc
+44 −0 opendbc/dbc/toyota_tnga_k_pt_generated.dbc
2 changes: 1 addition & 1 deletion panda
Submodule panda updated 0 files
6 changes: 0 additions & 6 deletions release/release_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@
"panda/examples/",
"panda/tests/safety/",

"opendbc_repo/dbc/.*.dbc$",
"opendbc_repo/dbc/generator/",

"cereal/.*test.*",
"^common/tests/",

# particularly large text files
"uv.lock",
"third_party/catch2",
"selfdrive/car/tests/test_models.*",

"^tools/",
"^tinygrad_repo/",
Expand Down

0 comments on commit 9d711d5

Please sign in to comment.