Commit Graph

1053 Commits

Author SHA1 Message Date
HaraldSchafer 449a28b9aa Speed only ACC control for NIDEC Odyssey (#22156)
* speed only nidec control

* mergeable
2021-09-06 21:11:26 -07:00
Adeeb Shihadeh 82bd060a68 Revert "VW MQB: Škoda Karoq Mk1 (#22133)"
This reverts commit 04c50e5c0c.
2021-09-06 20:50:02 -07:00
seven121-ym 67ab1193d0 Subaru: Add Japanese Impreza fingerprint (#22125)
* Update values.py

* crosstrek is a subset of new fp

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-09-06 20:23:32 -07:00
Jason Young 04c50e5c0c VW MQB: Škoda Karoq Mk1 (#22133) 2021-09-06 19:56:50 -07:00
Willem Melching 21ae64868e put LongControlState in CarControl.Actuators (#22154) 2021-09-06 18:45:59 -07:00
Willem Melching b39f6efa3f parameterize longitudinal actuator delay (#22153)
* paremetrize longitudinal actuator delay

* update ref
2021-09-06 17:56:52 -07:00
Willem Melching f941111dcd Clean up PID controller ACCEL_MIN/ACCEL_MAX (#22148)
* use ISO 15622:2018 limits in PID controller

* allow more for nidec

* limit PID inputs

* CP is not needed

* add GM

* not used

* update ref

* fix honda bosch
2021-09-06 17:29:32 -07:00
Willem Melching 4c37ea98b5 Extend Toyota braking to 3.5 m/s^2 according to ISO 15622:2018 (#22150)
* Extend toyota braking to 3.5 m/s^2 according to ISO 15622:2018

* bump panda
2021-09-06 16:37:04 -07:00
Willem Melching ec71aa0458 toyota: clean up accel command (#22145)
* toyota: clean up accel command

* revert comment

* fix HYST_GAP
2021-09-06 16:12:58 -07:00
Shroom 37daec5dee Add Kia Niro EV 2019 fw signature. (#22141) 2021-09-06 15:11:45 -07:00
Jason Young 4a79692092 VW MQB: Add FW for 2020 Volkswagen Golf GTI (#22136) 2021-09-06 12:10:34 -07:00
Jason Young 387816de6c VW MQB: Add FW for 2020 Volkswagen Tiguan (#22140) 2021-09-06 12:10:23 -07:00
martinl d32b1f703c Subaru: replace stock LKAS alerts with openpilot's (#21993)
* Add stock LKAS alert filters and openpilot LKAS state indicator

* Update ES_LKAS_State signals

* bump opendbc

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-09-03 16:53:49 -07:00
Harald Schafer 054c912b9a need to add gas here 2021-09-03 14:01:24 -07:00
John Belmonte e7c4992900 Honda CarState: clean up unnecessary instance attributes (#22117) 2021-09-03 09:43:30 -07:00
Adam Boeglin b5daca3881 Added fingerprint for 2018 Jeep Trackhawk (#21976)
* Added fingerprint for 2018 Jeep Trackhawk

When connecting the Comma3 to my Trackhawk with the latest jvePilot beta, it showed the error "Car Unrecognized: Dashcam Mode".

Obtaining this fingerprint resolved the issue. I don't know if it works with any other model years.

* merge fingerprints

* add missing vals

Co-authored-by: Willem Melching <willem.melching@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-09-02 15:12:43 -07:00
martinl d3113fe01a Subaru: universal signal for ACC speed units (#21995)
* Change ACC Speed Units signals for Global and Pre-Global

* Use Dash_State UNITS signal for Preglobal

* Change Subaru Preglobal to use Dash_State2 UNITS signal

* bump opendbc

* cleanup

* update refs

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-09-02 14:21:35 -07:00
HaraldSchafer ebf2a2279d Prevent PID windup on Honda NIDEC (#22112)
* add higher set speed

* freeze when close to cruise

* dont bias this

* higher set speed

* start high

* 2mph might be needed

* better condition

* limit accel windup like this

* wrong name
2021-09-02 14:16:44 -07:00
John Belmonte 44c546c92a Honda HR-V: set standstill (#22009)
* fix apparent Honda HR-V bugs

  * CarState.standstill was not set
  * CarState.gas was not derived from GAS_PEDAL/CAR_GAS

* revert gas change

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-09-02 14:05:00 -07:00
HaraldSchafer c93f3b10f7 no more old nidec (#22104) 2021-09-02 12:05:03 -07:00
Jason Young 619beb3942 VW MQB: Mechanical sort of UDS FW values (#22111) 2021-09-02 10:26:48 -07:00
Jason Young d9e2ecb01c VW MQB: Add FW for 2017 Volkswagen Golf (#22110) 2021-09-02 09:10:21 -07:00
Erich Moraga 959202e555 Add missing CAR.HIGHLANDER_TSS2 engine f/w (#22102)
`@gusguz#5296` 2021 Toyota Highlander   DongleID|route 6519c1e9abaf1ddf|2021-09-01--17-18-47
2021-09-01 16:37:55 -07:00
Willem Melching c15a616ac4 Continuously update offset between TSS2 angle sensors (#21943)
* Continuously update offset between TSS2 angle sensors

* add comment

* less lines

* only when initialized

* init to None

* update ref
2021-09-01 15:00:52 -07:00
Erich Moraga f8052cb80a Add missing COROLLA_TSS2 engine f/w (#22097)
`@webnz#4042` 2019 Toyota Corolla ICE DongleID/route 4468e4365edecd70|2021-08-31--22-07-53
2021-08-31 23:10:07 -07:00
Felixowns 676fb6740b 2018 Sonata 2.0T Limited Fingerprint (#21823)
* Update values.py

* cleanup

* add 2nd tranmission FW

* Apply suggestions from code review

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2021-08-31 16:28:37 -07:00
Willem Melching b8e4717f72 Populate angle offset in carState for Toyota accurate angle sensor (#22091)
* populate angle offset in carstate for TSS2

* update ref
2021-08-31 11:34:00 -07:00
Jason Young acabdf5866 HKG: Add FW for 2018 Hyundai Kona EV (#22051)
* HKG: Add FW for 2018 Hyundai Kona EV

* try to fix FCA error on engage

* Update selfdrive/car/hyundai/values.py

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2021-08-31 11:25:12 -07:00
robbederks 41934c9a9b Tesla radar interface (#21932)
* tesla radar interface

* add  tesla radar dbc to release

* rerun jenkins

* forgot to clear the message set

* trigger message

* raw data points

* cleanup

* rerun jenkins
2021-08-31 07:30:51 -07:00
Jafar Al-Gharaibeh cb63a89dd0 Mazda 3/CX-5 FW (#22087)
* Mazda 3 2017 FW

dongle-id: 2f26dfe847d7c138

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

* CX-5 fw

dongle id: 769d87694463b543

Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>
2021-08-30 22:14:49 -07:00
Adeeb Shihadeh b4e9ab9343 Update Honda HRV DBC (#22086)
* update honda hrv dbc

* fix release files
2021-08-30 22:14:35 -07:00
HaraldSchafer 68066168be Treat ILX braking like other Nidec hondas (#22078) 2021-08-30 13:47:13 -07:00
HaraldSchafer 1ac89f14aa Change car controller interface from gas/brake to acceleration (#21911)
* retune civic

* seems smooth

* back to normal

* new ref

* fix conflict

* runs

* rm

* accel scale is 4

* toyota should be good

* more cleanup

* fixup

* better naming

* update ref

* deprecated

* sending brake when not enable causes a fault

* rm gas and brake

* unused

* update ref

* acura logic is no more

* wrong before

* revert tuning cleanup

* adress comments

* update ref

* already on master

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2021-08-30 09:32:52 -07:00
kingkwok444 d859e32631 Toyota Corolla 2021 FW versions (#22074) 2021-08-30 09:20:59 -07:00
Adeeb Shihadeh 4be956f886 Revert 2021 Accord (#22063)
* bump panda

* Revert "Car Port: 2021 Accord 2.0 Touring & Hybrid Touring (#22007)"

This reverts commit 7e53a42984.

* revert release notes

* bump panda
2021-08-28 21:28:14 -07:00
jonjander 8e38844ab5 Add Kia Niro EV 2020 FW (#22047)
* Added esp fw for Kia Niro EV 2021

* Added Niro EV 2021 to README

* fixed end of line

* Update README.md

* Update README.md

Co-authored-by: Jon Jander <jon.jander@ptj.se>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-08-27 14:11:49 -07:00
Adeeb Shihadeh 822e93af3a remove duplicate fw 2021-08-25 22:42:07 -07:00
J4CY f5e35aa0b6 2021 Hyundai Sonata Additional FW (#22033)
* Update values.py

* Update values.py

* Update values.py

* Update values.py

* Update selfdrive/car/hyundai/values.py

Co-authored-by: Willem Melching <willem.melching@gmail.com>

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2021-08-25 22:25:11 -07:00
Jason Young 530ef872c5 VW MQB: Add FW for 2020 Volkswagen Tiguan (#22046) 2021-08-25 19:58:55 -07:00
Jafar Al-Gharaibeh a949a49d5e Batch of Mazda FW (#22037)
* Mazda CX-9 2021 fw

dongle-id: 09190764dd71c810

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

* Mazda CX-5 2017 FW

dongle-id: ec9d14ccafd6a5bd

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

* Mazda 6 2021 FW

dongle-id: afdcf7eee0222886

* Mazda CX-5 2019 Diesel FW

dongle-id: a90d564521cb048e

Co-authored-by: Shubham Arora <shubhama1903@gmail.com>
Co-authored-by: srbaumruk205 <72043516+srbaumruk205@users.noreply.github.com>
2021-08-25 11:16:26 -07:00
Chad_Peng 82169da74c Add Skoda Kodiaq 2019 fw (#22039)
Co-authored-by: Chad2_Peng <chad2_peng@askey.com.tw>
2021-08-24 10:03:56 -07:00
Jason Young c59437d131 VW MQB: Add FW for 2019 Audi A3 (#22032) 2021-08-23 20:13:13 -07:00
Jason Young 5f8cd6a0f7 VW MQB: Add FW for 2020 Volkswagen Golf (#22034) 2021-08-23 20:13:02 -07:00
Adeeb Shihadeh 78027b471f Add corolla fw from #21991 2021-08-22 16:40:32 -07:00
Adeeb Shihadeh 7e53a42984 Car Port: 2021 Accord 2.0 Touring & Hybrid Touring (#22007)
* Add 2021 Accord 2.0 Touring & Hybrid Touring

- Create the HONDA_BOSCH_EXT set for HONDA_BOSCH cars that utilize the new extended IDs for LKAS_HUD

* Remove ids added to the wrong car

* add comment

* fix undefined signal

* fix tests

Co-authored-by: Chris Souers <csouers@gmail.com>
2021-08-22 12:50:58 -07:00
Adeeb Shihadeh 9e03aa0b92 Honda cleanup (#22008)
* cleanup magic numbers

* long tuning

* indentation

* remove noqa

* little more
2021-08-22 00:27:48 -07:00
Erich Moraga 51ed2c6116 Add missing LEXUS_RX engine f/w (#22001)
`fcong#3882` 2018 RX350 b890f95486961646|2021-08-20--22-47-35
2021-08-20 21:07:50 -07:00
Sergei Evdokimov b5bc5f748c Add toyota highlander hybrid 2020 fw (#21992) 2021-08-20 14:47:35 -07:00
Jason Young 3e049d9f94 VW MQB: Add FW for 2018 Škoda Octavia (#21994) 2021-08-20 11:29:38 -07:00
HaraldSchafer e364ca2896 honda nidec safe windbrake interp (#21972) 2021-08-19 19:59:29 +02:00