Commit Graph

164 Commits

Author SHA1 Message Date
Shane Smiskol
2aaa88d4ab compatibility docs: fix Sienna min ACC speed (#25400)
Sienna actually needs a SDSU (and pedal?) for sng
old-commit-hash: f01266c2e9
2022-08-10 21:44:03 -07:00
Shane Smiskol
140c521982 GM: add OBD-II harness to all GMs (#25356)
* Update/cleanup CarInfo

* Update footnote

* this will be on the website

* update docs

Co-authored-by: Jason Shuler <jshuler@gmail.com>
old-commit-hash: e1d38be92f
2022-08-05 15:19:21 -07:00
Shane Smiskol
2eda713300 Update Kia Niro EV 2019 harness (#25359)
* h -> f -> c -> h??

* update docs
old-commit-hash: d73000587e
2022-08-04 00:04:30 -07:00
Shane Smiskol
6845e6dbf6 Hyundai: remove standard LKAS on some cars (#25341)
* https://www.phillongkia.com/2020-kia-telluride-configurations.htm

* LKA is standard: https://www.cars.com/research/hyundai-elantra_hev-2021/specs/418514/

LKA is standard: https://www.cars.com/research/hyundai-elantra_hev-2021/specs/418514/

* https://www.vanhyundai.com/hyundai-reviews/2020-kona.htm

* https://www.autotrader.com/car-reviews/2020-hyundai-ioniq-review-281474979984568#:~:text=The%202020%20Hyundai%20Ioniq%20Hybrid,in%20Electric%20and%20Limited%20trims.

* https://www.humblehyundai.com/2021-hyundai-tucson-trim-levels/

* https://www.irwinhyundai.com/hyundai-tucson-trim-comparison.html

* https://www.burnshyundai.com/2019-hyundai-veloster-trim-levels.htm

* https://www.palmenkia.com/blog/2019-kia-forte-fe-to-ex-trim-level-comparison/

* https://www.southlakekia.com/research-kia-seltos-trim-options/

* fix names

* Update docs
old-commit-hash: 5c2cb8fb97
2022-08-03 01:03:07 -07:00
Jason Wen
bf97b74636 Hyundai: support Kona Electric 2022 (camera SCC) (#23517)
* Rebase and merge upstream

* Bump panda

* bump panda

* todo comments, minor clean up

* Add test route

* send CLU11 on bus 2

* Update docs

* Use Chrysler cp ternary naming convention

* Add FW version

* Update with latest test route

* Use segment with engaging/disengaging and moving

* sort FW

* push ci route

* add comment

* bump panda

* bump panda

* clean up

* Limit torque

* bump panda

* bump panda

* bump panda

* Add missing FW

* Add CAN fingerprint (need to fix spotty queries)

* missing fingerprints

* bump panda

* use O

* It's 2022, how is SCC still not standard!

* space

* bump panda to master

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 1ab63cc8d8
2022-08-03 00:59:03 -07:00
Shane Smiskol
537d42c234 Prepare for new supported vehicles webpage (#25021)
* add well maintained footnote

* stash

* some updates for the website

* one extensible sort function, pass sort function into template, continue to use "openpilot ACC"

* use items

same

* return a final dict

* Fix descriptions

* Required

* Add detail sentence

* Make string packages into namedtuple

* add temp year parsing

* revert this

* one unified class like harness

* fix static analysis

* Fix body

Fix body

* Make specifics strong

* remove years

* Make Camry footnote more clear

* Revert this too

* Add notCar text, fix steer speed > enable speed (remove comma, no speed mention)

* fix missing years

* group_by_make

* Use full package text

* Only use full package text

* Check car name if notCar, fix imports

* add_years no longer needed, remove 'with Stop and Go'

* fix that

fix that

fix that

* Exception for Nissan and Subaru

* Adjust DSU footnote text

* Fix speed overrides in sentence, CR-V package imp

* init() was being called multiple times, only need to run once to set row
old-commit-hash: c8a90ef586
2022-08-01 13:26:24 -07:00
Adeeb Shihadeh
b34f0129e2 Subaru: 2020 Outback support (#25248)
* Subaru: 2020 Outback support

* bump panda

* bump panda

* update refs

* update refs
old-commit-hash: efa326e208
2022-07-31 12:43:27 -07:00
Adeeb Shihadeh
628c5942c4 EV6: can-fd footnote (#25284)
old-commit-hash: 260171fcd8
2022-07-25 19:48:30 -07:00
John Belmonte
418c30c0e2 Skoda: add FW versions for Karoq 2021 (#25271)
* fingerprint Skoda Karoq 2021

dongle: 2c4292a5cd10536c
route: 2022-07-24--09-44-25

* Update docs

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 60eab24e0c
2022-07-25 14:12:38 -07:00
Willem Melching
260e6f53f6 cars.md: use markdown images for stars (#25274)
* cars.md: use markdown images for stars

* See if this works

* smaller svg

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: d6105f2d1f
2022-07-25 13:00:38 -07:00
Shane Smiskol
5aeb8ba4ca 2022 Palisade: add missing FW versions (#25258)
* We support the 2022 Palisade

* Add fingerprints to exact match
old-commit-hash: cff4cdc44b
2022-07-25 12:55:21 -07:00
Willem Melching
15b18c2eee docs: add svg images (#25273)
* docs: add svg images

* important whitespace
old-commit-hash: 4d8f40aa2d
2022-07-25 17:00:42 +02:00
Cameron Clough
09fe047e00 Fix for multiple footnotes in car docs (#25256)
* Fix for multiple footnotes in car docs

* Split footnotes with comma

* oops

* one link tag

* fix empty footnotes

* sort footnotes

* Fix footnotes on website

* Revert "Fix footnotes on website"

This reverts commit 187686b0d7b591cf81a8d59ea6d45f7ba94b5fae.

* fix sorting if > 9

* try both

* it pushes star a bit too much and float: center doesn't work

* try on gh

try on gh

* doesn't look too good

* revert

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: fd5819e9ec
2022-07-23 00:00:17 -07:00
alancyau
76d1ae5beb Update incompatible Toyota Security cars (#25249)
* Update CARS.md

Update Toyota security cars. Toyota US doesn't sell the Yaris anymore.

* add autogen comment

* correct US model name

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: f79a21d29e
2022-07-22 14:30:51 -07:00
Adeeb Shihadeh
4021bb06e8 better star descriptions (#25236)
* better star descriptions

* most
old-commit-hash: 289239710d
2022-07-21 11:02:59 -07:00
Shane Smiskol
1f2fb8a4ac Subaru Forester: 2022 requires new harness (#25229)
* Revert to 2021

* update docs
old-commit-hash: af1c8e5412
2022-07-20 21:15:33 -07:00
Shane Smiskol
61d0c2d99f Car docs: fix typo
old-commit-hash: c875f540a8
2022-07-20 18:42:28 -07:00
Adeeb Shihadeh
7b6043aea5 car incompatibility docs (#25227)
* car incompatibility docs

* we're getting somewhere

* try the table

* run generator
old-commit-hash: 1f221017cb
2022-07-20 18:33:07 -07:00
Shane Smiskol
5ee051a00b Car docs: update Toyota supported packages (#25218)
These cars have TSS-P standard
old-commit-hash: c50a14a7d3
2022-07-20 13:59:26 -07:00
bnoeldner
2f0b8b0bcd Kia Niro PHEV 2018: add missing FW versions (#25187)
* Kia: Niro PHEV 2018 fingerprint

* Correct formatting

* update years

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 8553893e73
2022-07-19 10:43:23 -07:00
Shane Smiskol
e1ff4f9f5b CarInfo: parse out model years (#25208)
* add function

* split model and years

* typing and clean uop

* one function to split into make, model, years

* add test for bad years

* simpler re

* don't match only numbers

* clean up

* we can just use name

* clean up
old-commit-hash: b30871daad
2022-07-18 22:34:50 -07:00
Adeeb Shihadeh
89a11b1ca5 simplify compatibility docs (#25190)
* simplify tiers

* little more

* cleanup

* fix test
old-commit-hash: 500d16622c
2022-07-18 17:53:00 -07:00
Adeeb Shihadeh
9340d0af1b 2021 pacifica is supported
old-commit-hash: 2a5da48a7c
2022-07-18 15:07:56 -07:00
Erich Moraga
399bd8dae1 Update Corolla Cross Hybrid f/w & doc (#25178)
old-commit-hash: 70678bb772
2022-07-14 13:55:08 -07:00
Jason Young
f558243ee7 VW MQB: Update supported models and model-years (#25123)
* updates for Atlas

* updates for Arteon

* regen CARS.md

* consolidate wagons, update Golfs

* update Jetta and Passat

* harness footnotes for Jetta and Passat

* update Polo

* regen CARS.md
old-commit-hash: e203794b2d
2022-07-14 13:41:20 -07:00
Willem Melching
4d924f1b39 camerad: cleanup unused RGB code (#25172)
* camerad: cleanup unused RGB code

* hdr is unused

* more cleanup

* remove envs

* remove from sconsfile

* fix docs
old-commit-hash: f38204ad26
2022-07-14 19:21:40 +02:00
Jafar Al-Gharaibeh
0b96dab412 Mazda: Support CX-9 2022 (#25147)
* Mazda: Support CX-9 2022

dongle-id: 8c6e0e30decb68f7

Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>

* update years

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: a7b778c324
2022-07-13 00:31:52 -07:00
Shane Smiskol
c36e2340a8 Corolla Cross: Update minimum enable speed (#25132)
* Update min steer speed for intl. Corolla Cross

27 km/h, thanks to Ale Sato

* update docs
old-commit-hash: 01de46ad82
2022-07-12 19:25:03 -07:00
Adeeb Shihadeh
559da5c2b5 fix accord years
old-commit-hash: ee6dc03118
2022-07-12 17:25:54 -07:00
Adeeb Shihadeh
86c7913d23 update compatibility docs with VIN data (#25134)
* start with genesis

* chrysler

* honda

* toyota

* subaru
old-commit-hash: ecac734160
2022-07-12 13:51:25 -07:00
Adeeb Shihadeh
20746c221c couple more stinger MYs supported
old-commit-hash: 045c881e1f
2022-07-11 21:11:12 -07:00
Adeeb Shihadeh
2f7b2ce4d0 Ship EV6 (#25095)
* Ship EV6

* bump opendbc
old-commit-hash: d08a231774
2022-07-08 22:46:20 -07:00
Adeeb Shihadeh
7d042460a4 Ram 1500 (#24878)
* RamInit

* bump submodules

* lil cleanup

* clean up carstate formatting and platform grouping

make tuple

* give it a gold torque star (looks around 2.4 from rough data)

* Dasm Fault

* bump panda

* more cleanup

* cleanup car state

* more cleanup

* some fixes

* remove more stuff

* fix angle signal scaling and fix lkas control bit

* bump panda

* update those

* same limits as pacifica

* cleanup hud alert building

* better fault logic

* fix rate

* set ahb

* bring that back

* update refs

Co-authored-by: Jonathan <jraycec@gmail.com>
Co-authored-by: Shane Smiskol <shane@smiskol.com>
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 9b0acacf5e
2022-07-06 23:42:07 -07:00
martinl
163599aaad Subaru: XV is supported (#25034)
* Subaru: add XV to supported models

* Update docs
old-commit-hash: eaa8b08510
2022-07-05 16:42:53 -07:00
Shane Smiskol
2bd59d52ae Chrysler Pacifica 2019 is supported (#25010)
19 is secretly supported
old-commit-hash: ab8592187f
2022-06-30 17:55:22 -07:00
Dean Lee
2156e71e7a move replay from selfdrive/ui/replay to tools/replay (#24971)
* mv to tools/replay

* change folder

* add .gitignore

* fix build doc

* disable warning

* enable warning after build

* build qt/util.cc qt/api.cc to library

* cleanup
old-commit-hash: fd5b3d7603
2022-06-28 16:12:42 +02:00
HaraldSchafer
0282b746f4 Refactor torque stuff (#24921)
* Refactor torque stuff

* Add to release

* Add substitute and override

* Maxlataccel is required

* Add to asserts

* add ideal car

* Need china too

* yamls already linted

* Fixed some bugs

* Fixup

* Unreliable data

* Add cehck

* Better comment

* ref commit update
old-commit-hash: 2deaf69789
2022-06-22 15:58:06 -07:00
Shane Smiskol
7f7ea75033 compatibility docs: fixup steering torque star (#24940)
* Ascent has good torque, hard code Toyota, print all unexpected torque star cars

* update docs

* Use subtests

* hardcode CHR for now

generate

* Hard code Impreza

* update refs
old-commit-hash: 789f2d195c
2022-06-22 01:03:29 -07:00
Adeeb Shihadeh
8874d12b6d 22 civic hatcback is supported
old-commit-hash: 59055724d6
2022-06-20 20:20:24 -07:00
Adeeb Shihadeh
9ca919d06e Toyota: international corolla cross is supported
old-commit-hash: 5e07131221
2022-06-20 19:16:49 -07:00
Adeeb Shihadeh
d9d83b0225 Move camerad to system/ (#24836)
* mv camerad

* add hardware symlink

* fix unit tests
old-commit-hash: 6123ab3d1c
2022-06-19 14:43:49 -07:00
Adeeb Shihadeh
61e4dc0552 Chrysler: 2022 pacific hybrid is supported
old-commit-hash: d3185a0af0
2022-06-19 14:08:14 -07:00
Shane Smiskol
43bb8dd087 Car Port: 2022 Honda Civic (#24535)
* master 2022 Civic

* bump panda

* bump

* bump cereal

* fix

* needed

* try for now

* maybe

* revert for now

* move to Cam parser

* fix

* move to cam

* need AEB_STATUS too

* bump for debug prints

* bump opendbc and add cruise_params

* bump opendbc and update cruise_params

* bump

* test route

* update ref

* Revert "update ref"

This reverts commit 28345dab63d1919865ccb510265222a4cd4252f4.

* cleanup

* just to test

* bump

* revert

* need to send val 12 too?

* change bus

* not needed

* update bus

* syntax

* move this to other bus too

* Revert "move this to other bus too"

This reverts commit 770bf4745ee244c8426ac108f44b67777198d0a7.

* test new lane line signal

* needed too

* maybe need both?

* Test new LKAS hud message

* bump

* missing comma

* missing

* maybe

* add frame and idx

* add in hud_lanes

* switch this too

* bump panda

* add this

* I guess need this too

* to match

* also

* wasnt correct

* bump opendbc

* bump panda

* move to cam parser

* missing

* add here too

* bump

* remove from cam parser

* bump

* back to cam parser

* its 5hz

* bump for new checksum function

* bump for correct frequency

* update frame and idx

* bump

* bump and update

* send set me bit

* bump

* pass these values through

* silly atom

* ret

* fix this

* use copy instead

* add these too

* to check keyerror

* switch

* bump submodules

* send too

* proper

* Replace HUD with BOH

* add dashed lanes

* small fix

* clean up

* not needed anymore

* remove and change

* this too

* dont always set

* remove additional LKAS message

* bump

* add

* to test

* add frame

* bump

* rebase

* remove default values

* rename

* clean up some carstate logic

* regenerate docs

* spacing

* simplify more logic

* bump opendbc

* bump opendbc

* only if radarless

* panda at least builds now

* add comment

* bump

* fixes

* bump opendbc

* bump opendbc

fix for new DBC

* bump opendbc

* bump opendbc

* carstate: fix bus, parser signals

* Set safety param

* pt bus is 0, not 1

* Fix SCM_BUTTONS and bump panda and opendbc

* fixes for ACC_CONTROL

* bump opendbc

* bump opendbc

* convert from MPH on HONDA_BOSCH_RADARLESS

move is_metric

* make sure we don't disable if radarless

* don't show incorrect harness on website

don't show incorrect harness on website

* bump panda

* remove/update comments

* bump panda

* Fix harnesses

* one line check

* bump opendbc

* remove this

* Some carstate cleanup

We removed STANDSTILL->WHEELS_MOVING

we don't use CRUISE_PARAMS

add back

add back

* more cleanup

* update docs

* marketing says it has TJA and ACC with low speed follow

* send buttons on bus 0

bump panda

* comment

* camera needs to see buttons on bus 2

comment

* bump panda

* add to releases

* remove comments

* comment

* we don't use stock hud yet

Co-authored-by: vanillagorillaa <ntmccoy@yahoo.com>
Co-authored-by: vanillagorillaa <31773928+vanillagorillaa@users.noreply.github.com>
Co-authored-by: kevinharbin <76784413+kevinharbin@users.noreply.github.com>
old-commit-hash: abcc7338d4
2022-06-19 00:06:23 -07:00
Adeeb Shihadeh
172df03c8d HKG: simplify Kia K5 compatibility (#24810)
LKAS/LFA is standard on the K5
old-commit-hash: 725ccc0179
2022-06-15 18:01:02 -07:00
Shane Smiskol
2be8856e28 Move RAV4 2022 out of bronze
old-commit-hash: a78197ab1a
2022-06-13 21:49:50 -07:00
Adeeb Shihadeh
3c48bc47b7 Move a bunch of stuff to system/ part 3 (#24829)
* move swaglog.py

* timezoned

* logmessaged

* version.py

* fix linter
old-commit-hash: 0fce5d9045
2022-06-11 23:19:27 -07:00
HaraldSchafer
f7edd5f3d3 Car interface: set max lateral torque from table (#24789)
* json

* better naem

* Read from table

* formatting and default to nan

* Generate docs

* Read from table

* this should be the same

* Prius v is full

* test we always set the tunes correctly

add to release files

* Set for all cars

Set for all cars

* Revert tuning changes

Revert tuning changes

* remove that

* fixes

* update ref commit for new maxLateralAccels

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 3066ad81a8
2022-06-10 17:57:23 -07:00
Shane Smiskol
68e8173474 docs: adjust steering torque thresholds (#24798)
* Prius has good steering control now

* 1.5 is the threshold for good torque

* get back down there, hondas

* half stars for 1.0-1.5

* show number of cars

* try bigger

* emphasize tiers

balanced

* Add half star

* Update ref_commit
old-commit-hash: 1b402687e4
2022-06-09 18:51:34 -07:00
Shane Smiskol
cc9e67d5ac Hyundai: Tucson 2021 support (#24791)
* add support for 2021 Hyundai Tucson

base configuration and fingerprints

* fix fcw again and don't use mando radar for tucson

* last fixes for working tucson

* Apply suggestions from code review

* add to cars

* increase steerRatio

* missing car info

* one platform

* rename

* add min enable speed

* update releases

Co-authored-by: bluesforte <harry3b9@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 47f80e7add
2022-06-09 17:44:58 -07:00
George Hotz
cc71e68aee EyeSight standard on all 2019+ Ascent and Forester (#24799)
* on all 2019+ Ascent Forester

* update docs

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 8c101c61a8
2022-06-09 15:11:32 -07:00