Skip to content

Commit

Permalink
docs: add Honda Odyssey to CARS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Oct 12, 2024
1 parent 3e3f027 commit 2d9932d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/CARS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--- AUTOGENERATED FROM selfdrive/car/CARS_template.md, DO NOT EDIT. --->

# Support Information for 342 Known Cars
# Support Information for 343 Known Cars

|Make|Model|Package|Support Level|
|---|---|---|:---:|
Expand Down Expand Up @@ -86,6 +86,7 @@
|Honda|Insight 2019-22|All|[Upstream](#upstream)|
|Honda|Inspire 2018|All|[Upstream](#upstream)|
|Honda|Odyssey 2018-20|Honda Sensing|[Upstream](#upstream)|
|Honda|Odyssey 2021-25|All|[Community](#community)|
|Honda|Passport 2019-23|All|[Upstream](#upstream)|
|Honda|Pilot 2016-22|Honda Sensing|[Upstream](#upstream)|
|Honda|Pilot 2023-24|All|[Community](#community)|
Expand Down Expand Up @@ -390,6 +391,7 @@ Some notable works-in-progress:
* 2024 Honda CR-V (CAN-FD), commaai/openpilot#32806
* 2024 Honda CR-V Hybrid (CAN-FD), commaai/openpilot#31527
* Depends on commaai/opendbc#1100
* 2021-25 Honda Odyssey, commaai/opendbc#1330
* 2023-24 Honda Pilot (CAN-FD), commaai/openpilot#30324
* Camera ACC stability improvements, commaai/openpilot#31022
* Depends on commaai/panda#1814
Expand Down
1 change: 1 addition & 0 deletions opendbc/car/CARS_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Some notable works-in-progress:
* 2024 Honda CR-V (CAN-FD), commaai/openpilot#32806
* 2024 Honda CR-V Hybrid (CAN-FD), commaai/openpilot#31527
* Depends on commaai/opendbc#1100
* 2021-25 Honda Odyssey, commaai/opendbc#1330
* 2023-24 Honda Pilot (CAN-FD), commaai/openpilot#30324
* Camera ACC stability improvements, commaai/openpilot#31022
* Depends on commaai/panda#1814
Expand Down
1 change: 1 addition & 0 deletions opendbc/car/extra_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class CAR(Platforms):
CommunityCarDocs("Honda Clarity 2018-21", "All"),
CommunityCarDocs("Honda CR-V 2024", "All"),
CommunityCarDocs("Honda CR-V Hybrid 2024", "All"),
CommunityCarDocs("Honda Odyssey 2021-25", "All"),
CommunityCarDocs("Honda Pilot 2023-24", "All"),
],
)
Expand Down

0 comments on commit 2d9932d

Please sign in to comment.