Commit Graph

348 Commits

Author SHA1 Message Date
Adeeb Shihadeh 1049b151b4 only update README badge from tests triggered by push events
old-commit-hash: c4674a3071
2020-07-05 19:52:47 -07:00
martinl dfee3692f6 Support for 2019 Subaru Ascent (#1801)
* Add support for Subaru Ascent 2019

* remove duplicate safetyModel

* Add Ascent 2019 to README.md
old-commit-hash: b1abf17752
2020-07-01 16:54:40 -07:00
Adeeb Shihadeh 0722b40c04 Hyundai Ioniq SE 2020 (#1786)
* Update values.py

* Update carcontroller.py

* Update values.py

* Update interface.py

* Update carcontroller.py

* add test route

* readme

Co-authored-by: baldwalker <insigniadesign@yahoo.co.uk>
old-commit-hash: 57deb3a893
2020-06-26 12:25:09 -07:00
Adeeb Shihadeh da9531b375 update 0.7.7 release notes
old-commit-hash: c47daa1a22
2020-06-25 13:55:13 -07:00
martinl e4d7f9a419 Fix Impreza supported model years (#1778)
old-commit-hash: 60fc1d2e52
2020-06-25 09:28:36 -07:00
VirtuallyChris a4bc6d6824 Add 2020 Prius fw
old-commit-hash: a5cd52a1c6
2020-06-24 15:54:43 -07:00
martinl 0d04c2cc26 Subaru Forester 2019 (#1768)
* Add initial Forester 2019 support

* Add dgranger15 Forester 2019 FPv1

* fingerprint syntax fix

* FPv1 syntax fix 2

* Add Forester 2019 to CAR

* fix indent

* Add Forester 2019 to test_car_models ignore list

* Update Forester 2019 steering tuning (dgranger15)

* Add Forester 2019 to README.md

* Change lists to single value

* Add test route for Forester 2019

* Remove model year

* Remove Forester model year in test_car_models

* Remove usernames, add Forester ACC speed mph unit value
old-commit-hash: 09e7d4ab3a
2020-06-23 16:07:46 -07:00
VirtuallyChris 6ca1a9774c Many readme updates
old-commit-hash: a34e8a64fc
2020-06-15 16:37:34 -07:00
Adeeb Shihadeh e4f549c998 Hyundai Ioniq EV LTD (#1694)
* add ioniq

* bump panda

* test route

* bump pnada
old-commit-hash: 224672705c
2020-06-15 11:45:37 -07:00
Michael Honan 4d22e32167 Impreza 2018-20 should be 2017-20 (#1701)
old-commit-hash: 1d9920a177
2020-06-14 18:17:29 -07:00
Andre Volmensky d106ccc0fb Added Rogue 2019/Leaf 2019 fingerprints (#1605)
* Added Rogue 2019/Leaf 2019 fingerprints

* Added Rogue as new car. Updated readme

* Added route to test_car_models.py. Fixed if statements to check against rogue/x-trail

* Fixed paste error

* Merged Leaf fingerprints

* Assume Rogue is MPH until we work out the mph/kph bit
old-commit-hash: 9fc826cb5c
2020-05-30 20:25:32 -07:00
Willem Melching 20fe72b58f Fix Nissan model years in readme and release notes
old-commit-hash: e958b371a2
2020-05-29 15:43:53 -07:00
Adeeb f4ef9ae00a Remove incomplete Hyundai Ioniq port (#1570)
old-commit-hash: c78602e8cc
2020-05-26 20:48:41 -07:00
Thaixican 53a18127e6 Add 2020 Lexus RX Hybrid support (#1547)
* Add 2020 Lexus RX Hybrid support

* Add 2020 Lexus RX Hybrid to IGNORED_FINGERPRINTS and route to test_car_models per @pd0wm
old-commit-hash: dd16990952
2020-05-26 13:49:18 -07:00
Alice Knag bf066b2601 add support for Sonata 2019 (#1538)
* add sonata interface

update values.py

update values.py

* change sonata_1 to sonata_2019

* add sonata 2019 and forte 2019 to README

prettier fucked me up pretty hard at first
sdfsd

* update README.md

* mock test
old-commit-hash: fde1a5e9af
2020-05-20 17:12:00 -07:00
Adeeb Shihadeh c25e69b8c2 update README github actions shield
old-commit-hash: 58d8887328
2020-05-19 12:34:59 -07:00
Adeeb Shihadeh 8c2223a7fa add github actions status badge to README
old-commit-hash: 1c982a5e91
2020-05-17 14:29:25 -07:00
VirtuallyChris d8ce258d2a Update README for Hyundai car harness
Remove panda / giraffe mention in footnotes where possible
Car harnesses now available, removed subscript for known HKG models; left subscript for not known models
old-commit-hash: 5677f45a65
2020-05-15 17:41:10 -07:00
VirtuallyChris 35f6b9b4ec Add VW Golf 2015
old-commit-hash: 53c0214a65
2020-05-15 14:31:50 -07:00
Chris McCammon 0dbc2659c7 Add 2019-20 Sienna to readme
old-commit-hash: a20977f450
2020-05-13 15:59:56 -07:00
Chris Souers bfdf06206e Add 2020 Honda CRV support (#1464)
old-commit-hash: e37aaffaad
2020-05-11 13:52:00 -07:00
George Hotz ca0c6e445e Integrate codecov.io (#1465)
* integrate codecov

* add codecov to readme

* don't need the token

* fix badges

* /bin/bash, not /bin/sh

* needs coverage in the docker

* from the git root

* add CI_ENV like https://docs.codecov.io/docs/testing-with-docker

* custom upload step

* use codecov action

* coverage xml

* add unit tests, good luck

* name the container tmppilot

* add name, fix unit tests

* yml, fix coveragerc-app

* remove tmp/openpilot

* try without xml

* just call the upload script in docker

* ugh, i hate docker

* idk env

* yaml?

* don't be clever

* maybe this

* running out of ideas

* coverage xml maybe

* upload coverage.xml

* ugh CI_RUN

* unneeded artifact

Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: 4252028a84
2020-05-04 14:03:16 -07:00
George Hotz 6fbcde48e5 Using lgtm.com and fixing found alerts (#1452)
* lgtm in readme, and mac nui fixes

* call super inits in radars

* unused imports, dup lines

* more radars, more unused imports

* pass CP into RadarInterfaceBase

* more fixups

* unused imports

* delete unused lines

* ugh, new unused import

Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: 1295cfe06c
2020-05-02 12:07:34 -07:00
Erich Moraga 739d5c7249 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
old-commit-hash: 009c32d516
2020-04-27 14:56:30 -07:00
Michael Honan 0c91414e2b Updated README to correct 19 to 18 in Impreza range (#1413)
old-commit-hash: 6148f2641c
2020-04-23 14:48:58 -07:00
cowanhmoore 44e14ac352 Update README.md w/ HRV in Supported Car List (#1411)
* Update README.md w/ HRV

Adding Honda HRV to Supported Car List in root of openpilot (README.md)

* Update README.md

Added "-" per PR request --> HR-V

* Update README.md

* Update README.md

* Update README.md

Narrow scope to published Honda Sensing equipped vehicles, 2019-
old-commit-hash: 221ce3b1d5
2020-04-23 11:28:52 -07:00
Willem Melching ad64570093 readme add footnotes
old-commit-hash: 00bb45f9dc
2020-04-19 13:56:20 -07:00
Willem Melching 8be34e29a8 Put Sonata and Pallisade in community maintained section
old-commit-hash: 3cf50373f7
2020-04-19 13:54:32 -07:00
Scott Adair fa6e5b57f3 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>
old-commit-hash: de910e93d5
2020-04-17 11:45:07 -07:00
Willem Melching c9ec2cbec6 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>
old-commit-hash: 7d78cef34b
2020-04-15 19:33:24 -07:00
Nicholas McCoy 15c632c7f7 add 2020MY for Civic and Camry
old-commit-hash: 0a0eef7a1e
2020-04-15 18:06:47 -07:00
Adeeb 5ddf954168 cleanup readme (#1348)
* cleanup readme

* restart numbering

* reorder numbering
old-commit-hash: a92683a973
2020-04-10 15:12:05 -07:00
ZwX1616 9e07511371 add pc to supported hardware (#1328)
old-commit-hash: 52fcbb1b92
2020-04-07 13:19:23 -07:00
Willem Melching bb5e87efda 2020 Chrysler Pacifica (#1297)
* 2020 pacifica support

* Update readme
old-commit-hash: 746f7ed9b1
2020-03-31 15:47:49 -07:00
Chris McCammon 34f282203d Add 2020 Rav4 to readme (#1298)
old-commit-hash: 6d10ccb461
2020-03-31 15:39:13 -07:00
Willem Melching 41bd11b7cc Add nissan to readme and release notes
old-commit-hash: 9eb0a29eec
2020-03-30 12:33:09 -07:00
George Hotz 73e64336d6 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>
old-commit-hash: 2ecddbb3b6
2020-03-27 10:59:07 -07:00
Nicholas McCoy ddbd3cac09 Update 2020 Ridgeline
old-commit-hash: 9ba7659af8
2020-03-26 19:24:55 -07:00
theantihero 8ea71fb68f Update Insight in readme. (#1173)
Alphabetical order.
old-commit-hash: 0742975d18
2020-02-28 10:53:47 -08:00
theantihero 976a4197ad Add 2019 Honda Insight (#1166)
* add 2019 Honda Insight + fw fp

* add actual fp and add to ignored, but still required for ECU detection

* add Insight dirty route for now

* update README.md, was wrong mph for each

* update test_car_models

* remove dbc extension

old-commit-hash: c8c4708f21
2020-02-27 14:56:36 -08:00
Chris Souers 53dbe430a8 Add support for 2019 Civic Sedan 1.6L Diesel with CVT (#1091)
add car

Update test_car_models.py

Update test_car_models.py

add firmware

Update README.md

Update test_car_models.py
old-commit-hash: ba6f555ede
2020-02-21 11:03:10 -08:00
Patipat Susumpow 9227e375b7 Add support for Lexus NX 300h 2018 (#1077)
* Add support for Lexus NX 300h 2018

* Add Lexus NX 300h 2018 to README.md

* Fix a misplaced value CAR.LEXUS_NXH in the values.py

old-commit-hash: 576317ad10
2020-02-11 19:27:17 -08:00
Willem Melching 9f3553630c Remove trim level from highlander in readme
old-commit-hash: 2e5bf7bcb5
2020-02-11 11:08:18 -08:00
che220 79c629adab 2020 Toyota Highlander (TSS2) (#1065)
* added 2020 highlander (TSS2)

* add HIGHLANDER_TSS2 test into routes

* reduce HIGHLANDER_TSS2 weight to 4700 from 4900

* add highlander 2020 limited to the list of supported cars

old-commit-hash: 4ea7294607
2020-02-11 11:06:50 -08:00
illumiN8i e59494ac9c 2020 Lexus RX 350 (#1046)
* Lexus RX 2020

* Update test_car_models.py

old-commit-hash: 39c9c85562
2020-02-03 10:12:13 -08:00
Drew Hintz f5722f8353 support for Chrysler Pacifica 2020 Hybrid (#1021)
* support for Chrysler Pacifica 2020 Hybrid
Thanks to Benson in Discord.
Example segment: 8190c7275a24557b|2020-01-29--08-33-58--7

* Add relevant route to selfdrive/test/test_car_models.py

* fix segment test name

old-commit-hash: 5aff2b6885
2020-02-03 09:17:45 -08:00
illumiN8i eafb40d0ed Sort cars (#1026)
old-commit-hash: c9d49b8e4a
2020-01-31 08:30:32 -08:00
illumiN8i b8852dd782 Lexus RX 2016-2017 (#1001)
fix dbc name

Add Lexus RX to test_car_models.py

correct route in Lexus RX test

Update test_car_models.py
old-commit-hash: 3ebb0bc46f
2020-01-30 13:32:30 -08:00
Nelson Chen 6f831fdccd Add Corolla Hatchback 2020 to README (#1006)
The Comma Two worked "out of the box" (*after OP install*, but you all know what I mean) for my Corolla Hatchback 2020 SE w/ BSM.
old-commit-hash: d658767236
2020-01-25 18:46:35 -08:00
illumiN8i 132b33a22d Restore Lexus ES 2019 to README.md (#1009)
non-hybrid
old-commit-hash: 9a05283566
2020-01-25 18:45:23 -08:00
illumiN8i 24cbcbe7f7 RAV4 Hybrid TSS2 Support (#962)
* merge wocsor RAV4_HYBRID_TSS2 branch

From wocsor's PR #740

cleanup fingerprint

2020 rav4 hybrid confirmed working

* 2019 RAV4 Hybrid Limited

Adds additional messages for Limited trim. XSE and XLE still contained within this longer Limited fingerprint.

* Support Swiss 2019 RAV4 Hybrid XLE

Adds 913:8 value from discord user RDuke

* Separated RAV4 ICE and Hybrid

* Add route to test_car_models.py

* Revert "Toyota Corolla Hatchback Hybrid 2019 Excite (Israel)"

This reverts commit c74ed9cc44e8a0f93dbddced8c0d2f4cc8f13b30.

old-commit-hash: 21af1bad2b
2020-01-23 16:48:01 -08:00
George Hotz acf6eaff9d tools is local now
old-commit-hash: 59b3d06417
2020-01-17 12:51:19 -08:00
George Hotz 06c6ee312b root directory non hidden files
old-commit-hash: 012535a84e
2020-01-17 10:22:00 -08:00
George Hotz 81dd5a50cf root commit
old-commit-hash: 6c33a5c1f3
2020-01-17 10:02:52 -08:00
Vehicle Researcher fa4b6f33d1 openpilot v0.7.1 release
old-commit-hash: 8da8b6135c600ec653c16606239364ab9324fd98
2020-01-15 14:05:04 -08:00
Riccardo 9369368ea9 README update with FCA harness support
old-commit-hash: 8f78b61a47cac3774b3461387dddb2432457a15c
2019-12-16 18:33:21 -08:00
Vehicle Researcher 99b637c7ce openpilot v0.7 release
old-commit-hash: c025b96e8a15640ee4d6e4d513fada6ed101afe5
2019-12-13 13:03:08 -08:00
rbiasini f3fac709b8 Update README.md and SAFETY.md (#907)
* Update README.md and SAFETY.md

old-commit-hash: 7be62e781da36dde96e2ed6da100368d05ae9e4c
2019-12-10 19:36:06 -08:00
Vehicle Researcher b713eae9f8 openpilot v0.6.6 release
old-commit-hash: d7f0b402a878b185dbf65d0a7819f5959dd9b8c2
2019-11-04 15:13:52 -08:00
Riccardo a9f790062c Update README with now supported Subaru Harness
old-commit-hash: fe0ed57f4585845864fa044ab9d94454fc379de5
2019-10-30 15:15:05 -07:00
Ted Slesinski 3130b2526c Adds 2019 Lexus ES (non hybrid) (#866)
* Adds 2019 Lexus ES (non hybrid)

* Updated test route

old-commit-hash: affe1c3d2c4d7ed797e874bdabd6cc9ef3a0b0ce
2019-10-30 10:38:10 -07:00
u8511049 9eb7e9aae4 Add supported car for 2019 Toyota Altis Hybrid (#859)
* add supported car for 2019 Toyota Altis Hybird / Corolla hybrid 2020 (US market)

old-commit-hash: d2a92fcbe3f4deeb9b09be944a8aa531a6789460
2019-10-25 10:28:06 -07:00
Vehicle Researcher 89d1d84c70 openpilot v0.6.5 release
old-commit-hash: cf80f7a28bc737f50e096b21dea2dd2d6d4a1621
2019-10-09 18:43:53 +00:00
illumiN8i 4817e9eb6c 2020 Toyota Prius Prime Limited (#813)
* 2020 Prius Prime Limited

Fingerprint for 2020 Prius Prime Limited from garglo. 86a0adcb192c9424

* Update README.md

2020 supported

old-commit-hash: 47e87baa60fa85d2c4db1eb4720b0aa8dc1c8fea
2019-09-19 12:08:23 -07:00
Riccardo f7b2b1f327 Mistakenly removed Honda Fit support from README.md
old-commit-hash: 41d0a8957a15807a975275cbd93f5c4328daee42
2019-09-17 11:15:34 -07:00
Vehicle Researcher dfe603c178 openpilot v0.6.4 release
old-commit-hash: 61229779e4a38431e934cabe700a93e120dfa468
2019-09-09 23:03:02 +00:00
Ted Slesinski 402c149e3b Update README.md (#795)
Honda Fit can be removed from community-maintained branches now.
old-commit-hash: f6531a9d08804c2527c64e2fbfbf5be5e5af5166
2019-08-28 12:51:31 -07:00
Ted Slesinski 24829da756 Adds 2018 Honda Fit support (#266)
* Fit rebased on latest devel

* Added new objects for fit to values.py

* Update readme

* Updated formatting of fingerprint to match others

* Update cargo variable

Co-Authored-By: Pramuditha Aravinda <pramudithaa@zone24x7.com>

* Added tire stiffness, renamed PID kp/ki variables

Co-Authored-By: Pramuditha Aravinda <pramudithaa@zone24x7.com>

* Renamed longitudinal KpBP

Co-Authored-By: Pramuditha Aravinda <pramudithaa@zone24x7.com>

* Renamed longitudinal kpV

Co-Authored-By: Pramuditha Aravinda <pramudithaa@zone24x7.com>

* Renamed longitudinal KiBP variable

Co-Authored-By: Pramuditha Aravinda <pramudithaa@zone24x7.com>

* Renamed longitudinal KiV

Co-Authored-By: Pramuditha Aravinda <pramudithaa@zone24x7.com>

* Set more realistic value for tire stiffness

* CR-V Hybrid doc duplicate

old-commit-hash: c73464f67f7eee5e20534a21571f42bfdd6af326
2019-08-27 15:19:25 -07:00
wocsor 9f61759d45 Update Readme - Avalon and Sienna are now supported (#789)
and 2020 CorollaH and 2020Rav4H are on the way with VINPrinting!
old-commit-hash: 4d5d709beaa18d3cd822a79e509880a7e6091309
2019-08-22 08:49:38 -07:00
Vehicle Researcher 02cedeadd9 openpilot v0.6.3 release
old-commit-hash: d5f9caa82d80cdcc7f1b7748f2cf3ccbf94f82a3
2019-08-13 01:36:45 +00:00
Chris Souers 7716151d36 Update README.md (#766)
old-commit-hash: a440425ef8a0e5755287ed41e6349328f1f477e4
2019-07-29 15:06:34 -07:00
Vehicle Researcher 07aa8b1bf3 openpilot v0.6.1 release
old-commit-hash: 94053536b4bfa7a8c4760db99063093aae69374d
2019-07-22 19:17:47 +00:00
ErichMoraga 15bb99b2c8 Added 2019 Toyota Highlander (#739)
Tested latest commit on ICE version, and it worked flawlessly out of box.  Fantastic experience.
old-commit-hash: be28530ee4f76d652fc70dec16eae93fbec228fc
2019-07-15 09:55:51 -07:00
George Hotz 6a9fb5ebc9 Merge pull request #716 from dekerr/readme
Update README
old-commit-hash: d8da18ed546637a8d6a00d2b4c9dfafb90d2a4dd
2019-07-01 14:15:34 -07:00
Vehicle Researcher 9abcfabc5f openpilot v0.6 release
old-commit-hash: 8a9ed94f5f33faf282b1918ebe2c37f06cef74e6
2019-06-28 21:11:30 +00:00
dekerr 9fbdc21b46 remove 17 odyssey
old-commit-hash: 1883bd6135ad46530597acbba4d8b75d13b8df24
2019-06-26 15:20:11 -04:00
eFini 858537f68a Updating existing fingerprint to support both China 2017 & 2019 CRV-H (#689)
* Fingerprint works on both China 2017 & 2019 CRV-H

* update readme

old-commit-hash: 1ba6b0004d4a88e078eb4c9633a5987907a767b1
2019-06-25 14:15:38 -07:00
rbiasini 4febb93d7b Subaru re-added to the list of supported cars with with DIY giraffe (#691)
* Subaru re-added to the list of supported cars with with DIY giraffe

* Minor line break fixes
old-commit-hash: a2f4d6b5ad1471f26dac707a82ef666ac32d77d9
2019-06-07 18:09:29 -07:00
Vehicle Researcher e47a2e6e30 openpilot v0.5.13 release
old-commit-hash: dd34ccfe288ebda8e2568cf550994ae890379f45
2019-06-06 04:38:45 +00:00
Chris Souers 592a6cf04a add 19 crv to readme (#657)
old-commit-hash: 9b31da09857d261a9d41c09b50db015048718c95
2019-05-21 22:41:06 -07:00
Vehicle Researcher 0932b367bd openpilot v0.5.12 release
old-commit-hash: 3f9059fea886f1fa3b0c19a62a981d891dcc84eb
2019-05-16 13:20:29 -07:00
ErichMoraga 9dedc9b0a1 Updated Prius & Prius Prime to include 2019 (#629)
old-commit-hash: 340e0f4a4c51e93281709e8079b1569c532f6b25
2019-05-05 20:32:05 -07:00
Vehicle Researcher 83dfc3ca1f openpilot v0.5.11 release
old-commit-hash: 2f92d577f995ff6ae1945ef6b89df3cb69b92999
2019-04-23 01:41:19 +00:00
eFini 0efda5770b Add port for 2019 Honda CRV Hybrid (China ver) (#596)
* 2019 honda crv hybrid port (china version)

* adjust mass based on spec

* update mass based on spec

* add 2019 Honda CRV Hybrid

old-commit-hash: 7978afabe542289e5a2082491b96c82f85d13765
2019-04-09 17:35:57 -07:00
Drew Hintz 4088e34251 Add Chrysler Pacifica Hybrid 2019 (#591)
Add Chrysler Pacifica Hybrid 2019 to list of supported cars.
Clarify Jeep 2019 minimum steering speed.
old-commit-hash: dd323433421857af6791bcc0bd4a25f53ec14936
2019-04-04 23:45:57 -07:00
Vehicle Researcher 30f7a33535 openpilot v0.5.10 release
old-commit-hash: f74a201edcce4a81ae9e1ba388039a982a68f2fa
2019-03-26 01:09:18 -07:00
jfrux 2c70c78def Updates splash image with newer UI for README (#543)
old-commit-hash: 737f2ace69b76fe37c4f21ec8891991e04337532
2019-02-28 20:13:07 +01:00
Drew Hintz 89ed4753ac remove Pacifica 2019 from supported car list (#538)
Although there's a fingerprint and LKAS constant for the 2019 Pacifica, it doesn't work well enough that I'd consider it supported.

P.S. I have an idea for how to support all Chrysler with one code base, even those I've never looked at. Forward can0 to the stock LKAS (can2) so that the stock LKAS is active. Then read the stock LKAS messages on can2 to both get the vehicle's LKAS constant, any status messages, and perhaps a more reliable counter. I'll try to code it up this weekend.
old-commit-hash: 8b7dfb647f167d71a92ef57b07491814f7f18e9d
2019-02-22 12:48:33 -08:00
Nigel Armstrong 1341ee772e Chrysler updates (#537)
* Chrysler updates

* Update openDBC

old-commit-hash: 15fa6664c0cd6dee2cf9c3ef7e47c65b39a2ead8
2019-02-21 23:23:40 -08:00
Vehicle Researcher 2cc4edde68 openpilot v0.5.9 release
old-commit-hash: 0207a970400ee28d3e366f2e8f5c551281accf02
2019-02-20 01:39:02 +00:00
Riccardo 3a420073e2 Readme: FCA giraffe added
old-commit-hash: 23512ba932823f6c9cd487c0874ccbfeafc79888
2019-02-06 16:40:08 -08:00
Roma Sokolkov 57a231cbb7 Add missing mapd and orbd dirs into README.md (#515)
old-commit-hash: 860623f15700705b779841ede0545f8f2c66000b
2019-01-26 15:08:10 -08:00
Drew Hintz c40d19e1e5 fix typos, Jeep tuning (#511)
old-commit-hash: 73c1df714d4f4773e421d9f9efca90e816845cbf
2019-01-25 22:41:08 -08:00
Vehicle Researcher 3bde47d556 openpilot v0.5.8 release
old-commit-hash: b967da5fc1f7a07e3561db072dd714d325e857b0
2019-01-23 15:34:52 -08:00
Chris Souers 498f2700e3 Increment hatchback year (#508)
Confirmed working by user. Same steer dropout as before.
old-commit-hash: d5f8643e7c2a8cd1889b2545f6ed32c32cb6a2dd
2019-01-21 18:01:16 -08:00
Riccardo 92a2bd26b3 Updated links from Slack to Discord
old-commit-hash: 9cf542d7f7a561a404f2de74a46c7221735b2949
2019-01-14 14:32:43 -08:00
Chris Souers f1f9cf6b45 Merge new 2019 Civic and existing 2017-18 Civic Hatch (#446)
* fingerprint and new car

* you know the drill

* fix

* mod civic hatch to work for now

* try to merge hatch and other bosch

* fix

* fixed spaces

* comma (heh)

* make mass civic

* Add to readme. Need to confirm speed

* steering dropout at ~3.3 kph

* Remove additional fingerprint

* combined comment. fixed formatting to match

old-commit-hash: 9eb1666a52a5587aad5995e2e140c8e5364ca862
2019-01-11 17:13:57 -08:00
Ted Slesinski 83b249571b Fixed TOC anchor links (#492)
old-commit-hash: d84e64b3152691bf30efe2b8e2b8fb5ecf1791eb
2019-01-02 20:33:37 -08:00
Ted Slesinski 11ab869526 Adds 2019 Ridgeline fingerprint (#473)
* Adds 2019 Ridgeline fingerprint

* Add readme

old-commit-hash: 853bcda352e3678c3fb3752d699e7deaf0ccfc5f
2018-12-21 01:21:05 -06:00
Riccardo 9855740769 0.5.7 hotfixes
old-commit-hash: e3c934bcc191c0bcf245b720695a3ed673f2d76d
2018-12-13 20:49:44 +01:00
Vehicle Researcher f8ce921247 openpilot v0.5.7 release
old-commit-hash: 210db686bb89f8696aa040e6e16de65424b808c9
2018-12-10 14:13:12 -08:00
Chris McCammon b9f76767b0 Fixed Capitalization + Made CT6 Comment Cleaner (#456)
* Update README.md

* Updated CT6 comment

old-commit-hash: 29bea62ac1d14a9b6204ce8dceae9acc2e991413
2018-12-07 17:32:41 -08:00
Vasily Tarasov b406c7fb22 GM: Cadillac ATS Coupe 2018 support (#445)
* GM: Cadillac ATS Coupe 2018 support

* Missed adding Cadillac ATS

old-commit-hash: 024870d16aea8a71bb3c902cf6a9c61f7f988ab5
2018-12-06 21:22:21 -08:00
Kylan 582cc400cf Adding support for 2018 GMC Acadia Denali (#453)
* added acadia

* adding acadia

* adding acadia

* Update radar_interface.py

* adding acadia

* refactored

* fixed tuning

* Adding acadia

* Update interface.py

* fixed whitespace

* fixed whitespace

old-commit-hash: 68e56c8017da3f6d11ce816494614ac671c4f9ad
2018-12-04 08:35:36 -08:00
rbiasini 0f7474ae81 Added Astra support to README and RELEASE notes (#443)
old-commit-hash: 6ec0d23b7af4f01b2bb55e9aca5761e1b75b1219
2018-11-21 00:01:04 -08:00
Abdul Hagi 5036c1fa38 Added 2016 Honda pilot (#438)
I am able to validate that openpilot works on a 2016 Honda Pilot.
old-commit-hash: b94d598c2ded9eedce7e63bf07c08053b6f5874e
2018-11-17 09:34:48 -08:00
Vehicle Researcher fdbf213be8 openpilot v0.5.6 release
old-commit-hash: 860a48765d1016ba226fb2c64aea35a45fe40e4a
2018-11-17 02:08:34 -08:00
Vehicle Researcher cda78d7547 openpilot v0.5.5 release
old-commit-hash: 8f3539a27b28851153454eb737da9624cccaed2d
2018-10-21 15:00:31 -07:00
Andrew Frahn 04067deebc Kia Sorento and future Multi-Car Support (#346)
* hyundai WIP

* steer_driver_factor is 1

* removed unnecessary file

* removed unnecessary code

* Update carcontroller.py

bug fix

* safety tuning and fixed interface stiffness

* better lateral tuning, some fixes

* Fix set speed

* added camera state reading, autoresume from stop, cancel on accel, hud alerts

* WIP

* Updated for Kia Sorento *WIP*

* Cleanup

* clean2

* Bug Fixes

* pre-merge

* Add all the cars!

* Panda to auto-detect Camera Bus

* Move Checksum Check

* Final Sorento Tuning

* Make CAN3 for Cam default

* Update README.md

* update panda, minor aesthetic updates

* few other minor changes

* added steer not allowed alert

* bup panda version to force panda update

* fixed camera alerts

old-commit-hash: b3654cbcc9150c5c1388d9be723e707854700dd1
2018-09-10 00:30:36 +02:00
zeeexsixare e4c3224133 Tried native Stop and Go on Highlander ICE with no comma pedal: Works! (#353)
* Trying to make Highlander ICE stop and go

* Making acceleration slow for fuel efficiency

* Removing annoying commanded disengage beep

* Raised accel_max by 50% and commented on chime

* Testing if Highlander ICE can resume follow from 0

* Returned to 1.5 m/s2 for testing stop and go

* Prep for merging upstream

* Prep for upstream merge item #2

* Added Highlander ICE/Hybrid to Stop and Go

Also updated table of vehicles

* Rollback advertising stop and go for Highlanders

* Fix whitespace

old-commit-hash: 50d9c446cf4abf5214e73d7d6a32b2cb926f37c9
2018-09-07 05:03:10 +02:00
Vasily Tarasov efefc5fdc3 GM: update readme, ACC is a required package (#354)
ACC implies Driver Confidence II, but not the other
way around. Openpilot requires front, long range radar
that only comes with ACC package.
old-commit-hash: 6eb1247426f9d6e136968d4ba3785f07b5b581fb
2018-09-07 05:01:53 +02:00
Vehicle Researcher e07d32c790 openpilot v0.5.3 release
old-commit-hash: 285c52eb693265a0a530543e9ca0aeb593a2a55e
2018-09-03 16:43:12 -07:00
Riccardo 1ca3dca1c4 Added Pilot 2019 as supported car to README
old-commit-hash: 2c4e1fd4fa786f580cb91dd255ce2b8aa5905789
2018-08-28 14:25:00 -07:00
Vehicle Researcher b73d457d20 openpilot v0.5.2 release
old-commit-hash: 0129a8a4ff8da5314e8e4d4d3336e89667ff6d54
2018-08-19 20:36:37 -07:00
Vehicle Researcher 86d4bbcba6 openpilot v0.5.1 release
old-commit-hash: 6f3d10a4c475c4c4509f0b370805419acd13912d
2018-08-02 02:58:52 +00:00
rbiasini da234764c3 Revert "Added 2014 pre-AP tesla (prior to Oct 28, 2014) (#303)" (#307)
This reverts commit d3e772bcb36dc47a9f937508bc9b2c45ee68d681.
old-commit-hash: b63d51d3ef0a52d1c9c965abf6118685c3545f24
2018-07-20 15:06:57 -07:00
Jean-Claude Thibault e1695313b5 Added 2014 pre-AP tesla (prior to Oct 28, 2014) (#303)
old-commit-hash: e07853bb5e58d8f85809d7a1f4ebd25cc74cc649
2018-07-20 15:02:01 -07:00
Mutley 470017342a Update README.md (#295)
Changed GM minimum speed for steer control
old-commit-hash: 866711ef2e03b77c19e199f65d4b9887bb40e7f3
2018-07-15 22:21:52 -07:00
George Hotz c0c92739b3 Merge pull request #288 from jfrux/patch-1
Minor README.md update.
old-commit-hash: b0c83bb9a60102a38ec465c8b4db1d5578ee5135
2018-07-13 12:24:24 -07:00
Joshua F. Rountree 4e9af6853f Update README.md
old-commit-hash: ce57ce489837dde1d7760ca42c213a0a8a878d05
2018-07-13 13:10:37 -04:00
Joshua F. Rountree 967bf2e69f Integrated the requests by Andrew
old-commit-hash: 7d9f8c55e05efab3a102902dc1f97952510514b0
2018-07-13 12:17:42 -04:00
George Hotz b69e9a7c5c fix up table
old-commit-hash: 04c26981f08b25c42f48e65241daac94c69e7b55
2018-07-12 23:02:20 -07:00
Joshua F. Rountree 11545c12ef Minor README.md update.
Loving the way this adds some realism and cleans things up a bit on the image.
Let's do this! xD <3

Thanks for the AMAZING and EXCITING update.  Driving on it first thing in the morning.
Congratulations Comma Team!
old-commit-hash: 7f6ea03066d24db5102e7e7e16233608ed384eb1
2018-07-13 01:56:01 -04:00
Vehicle Researcher e41a943dd0 openpilot v0.5 release
old-commit-hash: de33bc46452b1046387ee2b3a03191b2c71135fb
2018-07-12 18:52:06 -07:00
dekerr df4cfe1580 Small cleanup (#275)
* mass unit conversions

* flat/explicit conditions

* fix typos

* remove hardcode

* Update README.md

* Update carcontroller.py

old-commit-hash: ce67c75f1f8cd65e86070d1ac9f6fe8cca1379cc
2018-06-28 12:33:54 -07:00
Vehicle Researcher 405e7c1b02 openpilot v0.4.7.2 release
old-commit-hash: 95509a58cd906827bff61937f6132daa7460122e
2018-06-25 13:48:52 -07:00
Vehicle Researcher 242328f92c openpilot v0.4.7 release
old-commit-hash: ae5cb7a0dab8b1bed9d52292f9b4e8e66a0f8ec9
2018-06-16 20:59:34 -07:00
Vehicle Researcher 8fc7b0b828 openpilot v0.4.6 release
old-commit-hash: c6df34f55ba8c5a911b60d3f9eb20e3fa45f68c1
2018-05-23 03:59:04 +00:00
Vehicle Researcher e4ba9edefa openpilot v0.4.4 release
old-commit-hash: 9a9ff839a9b70cb2601d7696af743f5652395389
2018-04-14 06:10:58 +00:00
Ted Slesinski 429954d582 2017 Honda Ridgeline (#198)
* Adds Honda Ridgeline

Replaced trim level placeholder

Adding 0x301 ridgeline message

(I restructured this slightly since we don't need to repeat `commands.append(make_can_msg(0x300, msg_0x300, idx, 1))` so many times

Updated dbc name

Use pedal_gas to detect gas pressed

Remove unnecessary signal check

Fix array notation

* Tire stiffness factor bumped to 1.5x

* Adds safety tests at line 133

* Revert "Adds safety tests at line 133"

This reverts commit 349edf5b1a879cac704db3786d0626211497bcb7.

* fix failing build due to syntax

* update variables for failing build

* Update interface.py

* Update Tire Slip Factor

old-commit-hash: 28b8043c5b5ce1195780607e8cf0565adc21bcba
2018-04-12 19:12:45 -07:00
vanillagorillaa 25b7dea61a update year on civic
old-commit-hash: 9e1cabde3628b245c22a942dc5fcf368ee1ab09e
2018-03-22 23:34:47 +01:00
vanillagorillaa 14d6a991d5 Honda Pilot 2017 Port (#161)
* Update README.md

* Update fingerprints.py

* Update carstate.py

* Update hondacan.py

* Update interface.py

* Update interface.py

* Update interface.py

* Update README.md

* Update README.md

* Update README.md

* Update fingerprints.py

* Update carstate.py

* Update hondacan.py

* Update interface.py

* Update carstate.py

* Update hondacan.py

* Update README.md

* Update fingerprints.py

* Update carstate.py

* Update carstate.py

* Update carstate.py

* Update hondacan.py

* Update interface.py

* Update carstate.py

* Update carstate.py

* Update Pilot Fingerprint

* Update fingerprints.py

* Give pilot its own definition and not use ILX

* add pilot argument

* Add Pilot interface

* Add pilot argument

* Update interface.py

* Parse Different gear on pilot

* Add steer max

* Fixed duplication of steer max value

* Adjust PID's for steering

* Update carcontroller.py

* Change Steer Ratio and wheelbase

* Update Steer fault values

Steer fault value of 3, does not seem to effect anything

* Update Kp,Ki Ratio

* Update interface.py

* Update readme for Pilot

* add pilot

* Update fingerprints.py

* Update carstate.py

* add signals

* add signal

old-commit-hash: 32e5d6cd15a0792d5fc9d40b1cd4f86e05c5687e
2018-02-09 12:50:37 -08:00
Vehicle Researcher 4e867831f7 openpilot v0.4.2 release
old-commit-hash: 28c0797d30175043bbfa31307b63aab4197cf996
2018-02-06 12:43:45 -08:00
vanillagorillaa 41f868c92a Acura RDX 2018 AcuraWatch Plus Port (#162)
* Adding Acura RDX alpha support 

old-commit-hash: 0dc6778548e4e12411792e18c42c7162fd41c1a1
2018-02-05 18:38:40 -08:00
Vehicle Researcher 0cc7ce25ab openpilot v0.4.1 release
old-commit-hash: 26e966852c54e3cb47d9d16b71163fc368664e55
2018-01-30 12:58:14 -08:00
Vehicle Researcher d9578e2f8e openpilot v0.4.0.1 release
old-commit-hash: a77c0a1098d629b45cb363d38a9df36445ea8bd0
2017-12-23 17:15:27 -08:00
Vehicle Researcher d914111e16 openpilot v0.3.9 tweaks
old-commit-hash: 1ad9cc8c67f2c784907acdd6316a16061987b71d
2017-12-06 12:48:00 -08:00
Vehicle Researcher 490307fe50 openpilot v0.3.9 release
old-commit-hash: 5627d0d7fd3fe0eb673b21788a9ce0ca442df7b1
2017-11-22 04:30:24 -08:00
Vehicle Researcher 81ebf6b142 openpilot v0.3.8.2 release
old-commit-hash: 187a70f760b4b1cd463619a161e6a929fc86e1b4
2017-10-31 02:27:39 -07:00
Vehicle Researcher 2c0cc6103a openpilot v0.3.7 release
old-commit-hash: daf54ad54d6356d35061ea2864d6397dc6184f3f
2017-09-30 19:05:03 -07:00
Vehicle Researcher 46e0ee7750 openpilot v0.3.4 release
old-commit-hash: 6f46f988d9d89b5bd18e38c5e5509b5c252ae2c1
2017-07-28 03:23:57 -07:00
Vehicle Researcher d21c4170d8 openpilot v0.3.3 release
old-commit-hash: 5cf91d0496688fed4f2a6c7021349b1fc0e057a2
2017-06-28 13:57:09 -07:00
Vehicle Researcher 5de48a7668 openpilot v0.3.0-devel release
old-commit-hash: 4653a9aef031b0389d6b2440085c961bd2933cf8
2017-05-11 12:41:17 -07:00
Vehicle Researcher a1b1c64bb5 openpilot v0.2.7 release
old-commit-hash: c6ba5dc5391d3ca6cda479bf1923b88ce45509a0
2017-02-08 15:01:17 -08:00
Vehicle Researcher 7609fa3b51 openpilot v0.2.4 release
old-commit-hash: ecc565aa3fdc4c7e719aadc000e1fdc4d80d4fe0
2017-01-29 16:10:13 -08:00
Vehicle Researcher 53bccc4377 openpilot v0.2 release
old-commit-hash: 449b482cc3236ccf31829830b4f6a44b2dcc06c2
2016-12-12 20:18:19 -08:00
espes 19c6631b4d Update README.md
old-commit-hash: a7e099c946800c7a8b60c47678801d9a95f95549
2016-11-30 14:31:28 -08:00
Vehicle Researcher 79ca8c9ec9 openpilot release
old-commit-hash: e94a30bec07e719c5a7b037ca1f4db8312702cce
2016-11-29 18:34:21 -08:00