Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Honda Odyssey WIP to CARS.md #1365

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading