docs: add Honda Odyssey WIP to CARS.md (#1365)
docs: add Honda Odyssey to CARS.md
This commit is contained in:
parent
3e3f027a0d
commit
3fc9bdb8c9
|
@ -1,6 +1,6 @@
|
||||||
<!--- AUTOGENERATED FROM selfdrive/car/CARS_template.md, DO NOT EDIT. --->
|
<!--- 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|
|
|Make|Model|Package|Support Level|
|
||||||
|---|---|---|:---:|
|
|---|---|---|:---:|
|
||||||
|
@ -86,6 +86,7 @@
|
||||||
|Honda|Insight 2019-22|All|[Upstream](#upstream)|
|
|Honda|Insight 2019-22|All|[Upstream](#upstream)|
|
||||||
|Honda|Inspire 2018|All|[Upstream](#upstream)|
|
|Honda|Inspire 2018|All|[Upstream](#upstream)|
|
||||||
|Honda|Odyssey 2018-20|Honda Sensing|[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|Passport 2019-23|All|[Upstream](#upstream)|
|
||||||
|Honda|Pilot 2016-22|Honda Sensing|[Upstream](#upstream)|
|
|Honda|Pilot 2016-22|Honda Sensing|[Upstream](#upstream)|
|
||||||
|Honda|Pilot 2023-24|All|[Community](#community)|
|
|Honda|Pilot 2023-24|All|[Community](#community)|
|
||||||
|
@ -390,6 +391,7 @@ Some notable works-in-progress:
|
||||||
* 2024 Honda CR-V (CAN-FD), commaai/openpilot#32806
|
* 2024 Honda CR-V (CAN-FD), commaai/openpilot#32806
|
||||||
* 2024 Honda CR-V Hybrid (CAN-FD), commaai/openpilot#31527
|
* 2024 Honda CR-V Hybrid (CAN-FD), commaai/openpilot#31527
|
||||||
* Depends on commaai/opendbc#1100
|
* Depends on commaai/opendbc#1100
|
||||||
|
* 2021-25 Honda Odyssey, commaai/opendbc#1330
|
||||||
* 2023-24 Honda Pilot (CAN-FD), commaai/openpilot#30324
|
* 2023-24 Honda Pilot (CAN-FD), commaai/openpilot#30324
|
||||||
* Camera ACC stability improvements, commaai/openpilot#31022
|
* Camera ACC stability improvements, commaai/openpilot#31022
|
||||||
* Depends on commaai/panda#1814
|
* Depends on commaai/panda#1814
|
||||||
|
|
|
@ -52,6 +52,7 @@ Some notable works-in-progress:
|
||||||
* 2024 Honda CR-V (CAN-FD), commaai/openpilot#32806
|
* 2024 Honda CR-V (CAN-FD), commaai/openpilot#32806
|
||||||
* 2024 Honda CR-V Hybrid (CAN-FD), commaai/openpilot#31527
|
* 2024 Honda CR-V Hybrid (CAN-FD), commaai/openpilot#31527
|
||||||
* Depends on commaai/opendbc#1100
|
* Depends on commaai/opendbc#1100
|
||||||
|
* 2021-25 Honda Odyssey, commaai/opendbc#1330
|
||||||
* 2023-24 Honda Pilot (CAN-FD), commaai/openpilot#30324
|
* 2023-24 Honda Pilot (CAN-FD), commaai/openpilot#30324
|
||||||
* Camera ACC stability improvements, commaai/openpilot#31022
|
* Camera ACC stability improvements, commaai/openpilot#31022
|
||||||
* Depends on commaai/panda#1814
|
* Depends on commaai/panda#1814
|
||||||
|
|
|
@ -35,6 +35,7 @@ class CAR(Platforms):
|
||||||
CommunityCarDocs("Honda Clarity 2018-21", "All"),
|
CommunityCarDocs("Honda Clarity 2018-21", "All"),
|
||||||
CommunityCarDocs("Honda CR-V 2024", "All"),
|
CommunityCarDocs("Honda CR-V 2024", "All"),
|
||||||
CommunityCarDocs("Honda CR-V Hybrid 2024", "All"),
|
CommunityCarDocs("Honda CR-V Hybrid 2024", "All"),
|
||||||
|
CommunityCarDocs("Honda Odyssey 2021-25", "All"),
|
||||||
CommunityCarDocs("Honda Pilot 2023-24", "All"),
|
CommunityCarDocs("Honda Pilot 2023-24", "All"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue