Commit Graph

158 Commits

Author SHA1 Message Date
Willem Melching 5777701b42 Cleanup redundant min steer speed in hyundai 2020-04-30 10:36:34 -07:00
Chris Souers 000deb1842 Rename Honda Bosch RDM signal names 2020-04-29 13:51:44 -07:00
TK211X db3864b6ca Update Elantra Values (#1430)
* Update Elantra Values one last time

I got the params learner values from EON. These are the values it settled on after driving over a week.

* Include Stiffness Params Value.

* Update interface.py
2020-04-29 13:32:25 -07:00
Chris Souers 0f530be2b4 Static 0xe5 on Honda Bosch (#1420)
* Recreate a static 0xe5 and send to radar

* remove unneeded declaration

* Update ref_commit
2020-04-28 14:12:46 -07:00
Willem Melching 94bba46d6d Hyundai: use same gas pressed bit as in panda (#1428)
* use same bit as in panda

* remove lines

* update ref

* switch gas pedal signal
2020-04-27 15:28:34 -07:00
Erich Moraga 009c32d516 Add HIGHLANDERH_TSS2 Support (#1425)
* exclude HIGHLANDERH_TSS2

* add HIGHLANDERH_TSS2 support

* Add HIGHLANDERH_TSS2 Support

* Add HIGHLANDERH_TSS2 Support

* Added to IGNORED_FINGERPRINTS per @pd0wm
2020-04-27 14:56:30 -07:00
Willem Melching f7f0a81d13 Remove fake yaw rate from carstate (#1426)
* remove fake yaw rate from carstate

* update ref
2020-04-27 14:10:07 -07:00
Willem Melching d837b68a76 Add CRV_5G FW versions 2020-04-27 10:44:36 -07:00
Chris Souers 17a743f5a7 Add FW IDs for 2018 Civic Sedan 1.5 Executive (Euro) (#1417) 2020-04-24 14:51:17 -07:00
cowanhmoore 1d6042c5f3 Honda HRV (#1404)
* PR - Honda HRV

values.py - incl. Class, FP, FW_VERSIONS, SPEED_FACTOR 1.025
carstate.py - incl. carFingerprint, doorOpen OVERRIDE (signal unknown)
Safety test concludes that removal of drivers seatbelt IMMEDIATELY disengages OP
interface.py - incl. HR-V vehicle parameters, tuning (tested for 100+ miles)
Longitudinal tuning parameters unchanged from CAR.FIT
test_car_models.py - added per request of review process
*5. honda_hrv_touring_2019_can_generated.dbc will be submitted to commaai/opendbc in next PR

Once *5 is approved, will need to update values.py to matching dbc

Thanks, Cowan Moore 330-701-3922

* Honda HRV Door Signal

BO_ 422 SCM_BUTTONS: 8 SCM
 SG_ DRIVERS_DOOR_OPEN : 63|1@0+ (1,0) [0|1] "" EON

* Update values.py

* Update test_car_models.py
2020-04-20 15:30:46 -07:00
ffhspa 69b35d53b8 Update CIVIC_BOSCH_DIESEL FW versions (#1396)
* Added Values

* Update values.py

* Update values.py

* Update values.py
2020-04-19 13:58:49 -07:00
Scott Adair de910e93d5 Car Support - 2020 Hyundai Palisade (#1382)
* Added support for the 2020 Hyundai Palisade

* Updated

* Apply suggestions from code review

Co-Authored-By: Willem Melching <willem.melching@gmail.com>

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2020-04-17 11:45:07 -07:00
Willem Melching c9cefb2fbc nissan and hyundai are community 2020-04-17 11:42:33 -07:00
Willem Melching 6991e8ebd2 Add note about warnings not working with blinker 2020-04-16 13:51:23 -07:00
Willem Melching 7d78cef34b Hyundai-Kia-Genesis (HKG) (#1362)
* hkg

* Cleanup

* Update readme

* more fixes and cleanup

* Old genesis

* Typoe

* Test car models

* Update comment

* Fix brake pressed

* Update release notes

* Fix vEgo

* Add sonata

* Add sonata values

* Temporarily remove doors check. It doesn't work

* Sonata uses crc8

* Fix tests

* Changes for LFA

* Add comment

* Does this improve the hud?

* Proper signal name

* Force the right value

* some ui stuff

* more comments

* Show lane lines on sonata

* cleanup dash

* fix last ui issues

* Fix doors

* update CI

Co-authored-by: Comma Device <device@comma.ai>
2020-04-15 19:33:24 -07:00
donlbooth 912c3ab879 Adding fingerprint for Jeep Grand Cherokee 2019 Trailhawk (#1354)
* Adding fingerprint for Jeep Grand Cherokee 2019 Trailhawk

* Update values.py
2020-04-13 16:17:58 -07:00
Adeeb e22482eb31 Remove Cadillac CT6 port (#1359)
* remove CT6 port

* dont need this route

* extra char

* fix carcontroller params
2020-04-13 15:53:24 -07:00
Adeeb 789764945c Subaru: calculate checksum in can packer (#1356)
* subaru checksum moved to can packer

* unused
2020-04-13 15:07:59 -07:00
Adeeb 8d791d78dd Abstract pcmEnable and pcmDisable events (#1350)
* don't need individual prev state vars since whole CS is copied

* don't need a whole function since toyota alerts were simplified

* better here

* abstract pcmEnable/pcmDisable events

* the flippening came to NEOS

* delete

* unused

* Revert "the flippening came to NEOS"

This reverts commit 91cfb73b2914f637863335f4e5f5952620b3e977.
2020-04-10 16:12:58 -07:00
Drew Hintz 756dbd8e3b add Jeep GC 2019 USA fingerprint from al_nyc (#1339)
* add Jeep GC 2019 USA fingerprint from al_nyc

* merge Jeep GC 2019 USA fingerprint with existing fingerprint
2020-04-10 14:15:50 -07:00
Willem Melching 1ac5c48e5d Add Lexus RX fw versions 2020-04-09 18:56:26 -07:00
Adeeb 928b1561aa Toyota: use universal gas pressed bit to match panda safety (#1335)
* Toyota: use universal gas pressed bit to match panda safety

* update ref
2020-04-09 12:09:20 -07:00
martinl d0b3c69505 Add Subaru gearShifter to carstate (#1318)
* Add Subaru gearShifter to carstate

* reset submodules, remove ignore gearshifter from subaru interface

* update apks to master

* update ref_commit
2020-04-07 11:55:17 -07:00
Erich Moraga 6013704586 CAR.COROLLAH_TSS2 x018821F3301100\x00\x00\x00\x00 (#1327)
@capthawker#8604 DongleID a362a5e990fe49e9
2020-04-07 11:48:55 -07:00
Arne Schwarck bbf3cc48be PRIUS Ecu.engine FW (#1315)
dongle_id
0e936661c2ec3047
2020-04-06 11:51:38 -07:00
Willem Melching c985e997e9 Add 2020 Camry FW versions 2020-04-03 12:26:18 -07:00
Arne Schwarck 972682580c More RAV4_TSS2 FW (#1312)
* More RAV4_TSS2 FW

dongle_id: 00dc05336f1756d9

* Then only the one FW to update
2020-04-03 11:39:38 -07:00
Arne Schwarck 43b62d8bb6 Toyota Tss2 Blindspot signals (#1309)
* Toyota Tss2 Blindspot signals

Adding these signals are easy, they are on the can bus.

* Update ref_commit
2020-04-03 08:31:12 -07:00
Willem Melching 0112a8d3fd Fix dashcam missing CarState 2020-04-01 16:36:46 -07:00
Willem Melching 746f7ed9b1 2020 Chrysler Pacifica (#1297)
* 2020 pacifica support

* Update readme
2020-03-31 15:47:49 -07:00
eFini 106be23c4e use put_nonblocking when possible (#1288)
* use put_nonblocking when possible

* revert uneeded changes
2020-03-31 12:09:38 -07:00
vetmiker e0ba222336 Smooth out Sienna tuning (#1292)
Current Sienna tuning leads to pretty significant bouncing and oversteering, this change fixes it. Thanks to @Jax for finding some great values and checking with a Toyota mechanic on the real steer ratio for Siennas!
2020-03-30 16:19:24 -07:00
Willem Melching b721b8521f Remove duplicate firmware versions from CIVIC_BOSCH 2020-03-30 12:42:15 -07:00
Willem Melching 003c236fa2 Add CIVIC_BOSCH fw versions 2020-03-30 12:39:21 -07:00
yufeng66 ba1e79d0ea update rav4h_tss2 tune (#1260)
* update rav4h_tss2 tune

reduce pid gains for rav4h_tss2 to reduce ping pong at local speed and big turn

* update tuning for rav4_tss2 in additional to rav4h_tss2
2020-03-30 11:59:01 -07:00
Andre Volmensky 9c16ad8e18 Nissan set speed (#1289)
* LKA_ACTIVE should be set with enabled, not cruiseState.enabled. Was causing panda violations

* Added cruiseState.speed to Nissan X-Trail

* Bump opendbc

* Remove redundant if statement

* Fix tests

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2020-03-29 15:28:06 -07:00
Willem Melching 1df6b67511 Nissan leaf (#1275)
* split out leaf and xtrail

* Add brake pedal

* This should work

* Fix test car models + bump panda

* Combined cruise enabled detection in single message

* Proper frequency checks

* Add doors

* Blinkers and doors

* Seatbelt

* Gear

* Add cancel message

* Unify steering pressed

* Remove angle limit

* Add steer saturation alert for angle based control

* Add set speed

* Change wheel speed factor

* Fix offset in set speed

* Timeout on engage for steer saturated

* Put counter back

* try cancel using seatbelt

* Try different cancel message

* Rename cancel signal

* Add LKAS alert

* Add missing fingerprint values

* Update test car models

* Add some comments
2020-03-27 21:44:59 -07:00
George Hotz 2ecddbb3b6 Move all non Honda+Toyota to community supported (#1280)
* readme update, still need the gates on the cars themselves

* add community feature gating to other car ports

* promotion note

* from the brand

* readme touchups

* sell the harness

* full ISO

* update ref

Co-authored-by: George Hotz <geohot@gmail.com>
Co-authored-by: Willem Melching <willem.melching@gmail.com>
2020-03-27 10:59:07 -07:00
Willem Melching 4e4bea8525 Add pedal msgs to 2019 ridgeline 2020-03-26 19:08:34 -07:00
vanillagorillaa 9e6d691616 2020 Ridgeline FW Versions (#1277)
* 2020 Ridgeline FW Versions

* add missing camera fw

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2020-03-26 19:04:26 -07:00
rming 133ee25e3e Honda Accord 2018 1.5t FP (#1274) 2020-03-26 18:16:38 -07:00
Willem Melching 82fb752e3c Nissan cleanup (#1273)
* nissan cleanup

* Fix typos

* Remove print statements

* Remove leaf fingerprint
2020-03-25 10:42:43 -07:00
Willem Melching 60431802ba run carcontrollers multiple times 2020-03-24 16:04:42 -07:00
Arne Schwarck 38d9b06c83 @Wei Prius FP (#1264)
dongle_id = 68f0cfd614f0ddf7
2020-03-23 09:53:37 -07:00
Arne Schwarck 00362f0997 TOYOTA HIGHLANDER 2017 FP (#1250)
car doesn't match any fingerprints: {0: {426: 6, 550: 8, 119: 6, 355: 5, 608: 8, 1568: 8, 552: 4, 610: 5, 120: 4, 1192: 8, 186: 4, 464: 8, 725: 2, 544: 4, 36: 8, 37: 8, 740: 5, 466: 8, 170: 8, 800: 8, 562: 6, 452: 8, 180: 8, 705: 8, 1561: 8, 467: 8, 114: 5, 1182: 8, 916: 3, 1198: 8, 845: 5, 1017: 8, 1178: 8, 1191: 8}, 1: {528: 8, 529: 8, 530: 8, 531: 8, 532: 8, 533: 8, 534: 8, 535: 8}, 2: {426: 6, 550: 8, 119: 6, 355: 5, 608: 8, 1568: 8, 552: 4, 610: 5, 120: 4, 1192: 8, 186: 4, 464: 8, 725: 2, 544: 4, 36: 8, 37: 8, 740: 5, 466: 8, 170: 8, 800: 8, 562: 6, 452: 8, 180: 8, 705: 8, 1561: 8, 467: 8, 114: 5, 1182: 8, 916: 3, 1198: 8, 845: 5, 1017: 8, 1178: 8, 1191: 8}, 3: {}}

car doesn't match any fw: [<car.capnp:CarParams.CarFw builder (ecu = engine, fwVersion = "\x01896630E09000\x00\x00\x00\x00", address = 1792, subAddress = 0)>, <car.capnp:CarParams.CarFw builder (ecu = eps, fwVersion = "8965B48210\x00\x00\x00\x00\x00\x00", address = 1953, subAddress = 0)>, <car.capnp:CarParams.CarFw builder (ecu = fwdRadar, fwVersion = "8821F4702300\x00\x00\x00\x00", address = 1872, subAddress = 15)>, <car.capnp:CarParams.CarFw builder (ecu = fwdCamera, fwVersion = "8646F0E01200\x00\x00\x00\x00", address = 1872, subAddress = 109)>]

Sadly I do not have a dongle ID for some reason.
2020-03-23 09:52:14 -07:00
rkeulemans c317a57feb Remove unused local variable i (#1265) 2020-03-23 09:43:37 -07:00
eFini dacf663a95 remove duplicated lexus is fw (#1262) 2020-03-23 09:43:11 -07:00
Willem Melching 58ab243bdb Add CAMRYH firmware versions 2020-03-17 11:35:45 -07:00
Willem Melching f7164d0894 Add missing 1872 and 1880 to RX_TSS2 fingerprint 2020-03-16 15:06:33 -07:00
Willem Melching a258f1c2e4 Add TSS2 RAV4 EPS fw version 2020-03-16 11:33:52 -07:00