Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fingerprint for Pacifica 2019 Hybrid. #9

Merged
merged 42 commits into from
Dec 20, 2018
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e4ed489
GM: remove refactor leftovers (#440)
vntarasov Nov 19, 2018
53c6ca6
Move calibration values (#441)
dek3rr Nov 19, 2018
e32463e
Keep steering on radar fault (#442)
vntarasov Nov 20, 2018
c9dd7fe
Add initial support for Holden/Opel Astra BK (#431)
AlexHill Nov 21, 2018
6ec0d23
Added Astra support to README and RELEASE notes (#443)
rbiasini Nov 21, 2018
9d76070
Honda Nidec: avoid giraffe setting alert when car is turned off (#449)
rbiasini Nov 30, 2018
68e56c8
Adding support for 2018 GMC Acadia Denali (#453)
CryptoKylan Dec 4, 2018
c716385
ACC cancel button
adhintz Dec 7, 2018
024870d
GM: Cadillac ATS Coupe 2018 support (#445)
vntarasov Dec 7, 2018
29bea62
Fixed Capitalization + Made CT6 Comment Cleaner (#456)
VirtuallyChris Dec 8, 2018
5c4ae7a
Add Lexus RX450HL as sub to RX450H (#458)
chassdesk Dec 8, 2018
d08d2db
on gas pedal press, send cancel ACC button to cancel OpenPilot
adhintz Dec 9, 2018
ca7c054
try sending +1 counter so our message isn't a duplicate
adhintz Dec 10, 2018
b6c9aac
only do the accel pedal for specific cars
adhintz Dec 10, 2018
fff91b9
do accel pedal for all models
adhintz Dec 10, 2018
bb0d1d4
try always sending 1 for cancel acc frame
adhintz Dec 10, 2018
d661acc
clean up comments and remove unused moving_fast
adhintz Dec 10, 2018
e886808
remove unused make can msg parameters
adhintz Dec 10, 2018
d38fdc6
try incrementing wheel button counter by 2 to see if that works bette…
adhintz Dec 10, 2018
0002cc7
Squashed 'opendbc/' changes from 3f6cd74..e108b6b
Dec 10, 2018
dc331df
Merge opendbc subtree
Dec 10, 2018
30ec405
Squashed 'pyextra/' changes from fb152de..8cc1594
Dec 10, 2018
573a691
Merge pyextra subtree
Dec 10, 2018
210db68
openpilot v0.5.7 release
Dec 10, 2018
e7472b6
try to simplify message logic
adhintz Dec 11, 2018
0f88bc4
clean up code
adhintz Dec 11, 2018
d73fc45
Merge remote-tracking branch 'upstream/devel' into limits
adhintz Dec 11, 2018
b480d68
move Chrylser into main table in readme
adhintz Dec 11, 2018
e3c934b
0.5.7 hotfixes
rbiasini Dec 11, 2018
29836e1
Merge pull request #4 from adhintz/to-upstream
adhintz Dec 14, 2018
3b86dd4
On pedal press, if in steer error state, do not send ACC cancel butto…
adhintz Dec 14, 2018
dd93afc
0.5.7
adhintz Dec 14, 2018
f189ccd
set the new ret.openpilotLongitudinalControl = False
adhintz Dec 14, 2018
067f1bf
hotfix: wait longer in CDP mode before switching to fast charge, so E…
rbiasini Dec 17, 2018
6bce9bc
generalize jeep fingerprint to also cover 2017 Jeep Grand Cherokee Tr…
adhintz Dec 18, 2018
3a09ab8
disable pedal_gas for now to do a devel release. Sending 23b might fa…
adhintz Dec 18, 2018
1b7119f
Merge remote-tracking branch 'upstream/devel' into limits
adhintz Dec 18, 2018
309ef2f
add jeep grand cherokee 2017 to readme car list
adhintz Dec 18, 2018
834d902
separate fingerprint for trailhawk. separate wheelbase for Cherokee
adhintz Dec 19, 2018
4ed2d0a
Merge branch 'devel' into limits
adhintz Dec 20, 2018
d334169
add fingerprint for Pacifica 2019 Hybrid.
adhintz Dec 20, 2018
9444869
Merge branch 'devel' into limits
adhintz Dec 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions selfdrive/car/chrysler/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

class CAR:
PACIFICA_2017_HYBRID = "CHRYSLER PACIFICA HYBRID 2017"
PACIFICA_2018_HYBRID = "CHRYSLER PACIFICA HYBRID 2018"
PACIFICA_2018_HYBRID = "CHRYSLER PACIFICA HYBRID 2018" # Also covers Pacifica 2019 Hybrid.
PACIFICA_2018 = "CHRYSLER PACIFICA 2018"
CHEROKEE = "GRAND CHEROKEE V6 2018" # Also covers Tailhawk 2017.

# Unique can messages:
# Only the hybrids have 270: 8
# Only the gas have 55: 8, 416: 7, 752: 2
# For 564, Pacifica 2017 has length 4, whereas Pacifica 2018 has length 8.
# For 924, Pacifica 2017 has length 3, whereas all 2018 have length 8.
# Only the gas have 55: 8, 416: 7
# For 564, Pacifica 2017 has length 4, whereas Pacifica 2018-19 have length 8.
# For 924, Pacifica 2017 has length 3, whereas all 2018-19 have length 8.
# For 560, Pacifica 2019 Hybrid has length 8, whereas all 2017-18 have length 4.

# Jeep Grand Cherokee unique messages:
# 2017 Trailhawk: 618: 8
Expand All @@ -26,7 +27,9 @@ class CAR:
],
CAR.PACIFICA_2018_HYBRID: [
{68: 8, 257: 5, 258: 8, 264: 8, 268: 8, 270: 8, 274: 2, 280: 8, 284: 8, 288: 7, 290: 6, 291: 8, 292: 8, 294: 8, 300: 8, 308: 8, 320: 8, 324: 8, 331: 8, 332: 8, 344: 8, 368: 8, 376: 3, 384: 8, 388: 4, 448: 6, 456: 4, 464: 8, 469: 8, 480: 8, 500: 8, 501: 8, 512: 8, 514: 8, 520: 8, 528: 8, 532: 8, 544: 8, 557: 8, 559: 8, 560: 4, 564: 8, 571: 3, 579: 8, 584: 8, 608: 8, 624: 8, 625: 8, 632: 8, 639: 8, 653: 8, 654: 8, 655: 8, 660: 8, 669: 3, 671: 8, 672: 8, 680: 8, 701: 8, 704: 8, 705: 8, 706: 8, 709: 8, 710: 8, 719: 8, 720: 6, 736: 8, 737: 8, 746: 5, 760: 8, 764: 8, 766: 8, 770: 8, 773: 8, 779: 8, 782: 8, 784: 8, 792: 8, 799: 8, 800: 8, 804: 8, 816: 8, 817: 8, 820: 8, 825: 2, 826: 8, 832: 8, 838: 2, 848: 8, 853: 8, 856: 4, 860: 6, 863: 8, 878: 8, 882: 8, 897: 8, 908: 8, 924: 8, 926: 3, 929: 8, 937: 8, 938: 8, 939: 8, 940: 8, 941: 8, 942: 8, 943: 8, 947: 8, 948: 8, 958: 8, 959: 8, 969: 4, 974: 5, 979: 8, 980: 8, 981: 8, 982: 8, 983: 8, 984: 8, 992: 8, 993: 7, 995: 8, 996: 8, 1000: 8, 1001: 8, 1002: 8, 1003: 8, 1008: 8, 1009: 8, 1010: 8, 1011: 8, 1012: 8, 1013: 8, 1014: 8, 1015: 8, 1024: 8, 1025: 8, 1026: 8, 1031: 8, 1033: 8, 1050: 8, 1059: 8, 1082: 8, 1083: 8, 1098: 8, 1100: 8},
{168: 8, 257: 5, 258: 8, 264: 8, 268: 8, 270: 8, 274: 2, 280: 8, 284: 8, 288: 7, 290: 6, 291: 8, 292: 8, 294: 8, 300: 8, 308: 8, 320: 8, 324: 8, 331: 8, 332: 8, 344: 8, 368: 8, 376: 3, 384: 8, 388: 4, 448: 6, 456: 4, 464: 8, 469: 8, 480: 8, 500: 8, 501: 8, 512: 8, 514: 8, 520: 8, 528: 8, 532: 8, 544: 8, 557: 8, 559: 8, 560: 4, 564: 8, 571: 3, 579: 8, 584: 8, 608: 8, 624: 8, 625: 8, 632: 8, 639: 8, 653: 8, 654: 8, 655: 8, 660: 8, 669: 3, 671: 8, 672: 8, 680: 8, 701: 8, 704: 8, 705: 8, 706: 8, 709: 8, 710: 8, 719: 8, 720: 6, 736: 8, 737: 8, 746: 5, 760: 8, 764: 8, 766: 8, 770: 8, 773: 8, 779: 8, 782: 8, 784: 8, 792: 8, 799: 8, 800: 8, 804: 8, 816: 8, 817: 8, 820: 8, 825: 2, 826: 8, 832: 8, 838: 2, 848: 8, 853: 8, 856: 4, 860: 6, 863: 8, 878: 8, 882: 8, 897: 8, 908: 8, 924: 8, 926: 3, 929: 8, 937: 8, 938: 8, 939: 8, 940: 8, 941: 8, 942: 8, 943: 8, 947: 8, 948: 8, 958: 8, 959: 8, 969: 4, 974: 5, 979: 8, 980: 8, 981: 8, 982: 8, 983: 8, 984: 8, 992: 8, 993: 7, 995: 8, 996: 8, 1000: 8, 1001: 8, 1002: 8, 1003: 8, 1008: 8, 1009: 8, 1010: 8, 1011: 8, 1012: 8, 1013: 8, 1014: 8, 1015: 8, 1024: 8, 1025: 8, 1026: 8, 1031: 8, 1033: 8, 1050: 8, 1059: 8, 1082: 8, 1083: 8, 1098: 8, 1100: 8}
{168: 8, 257: 5, 258: 8, 264: 8, 268: 8, 270: 8, 274: 2, 280: 8, 284: 8, 288: 7, 290: 6, 291: 8, 292: 8, 294: 8, 300: 8, 308: 8, 320: 8, 324: 8, 331: 8, 332: 8, 344: 8, 368: 8, 376: 3, 384: 8, 388: 4, 448: 6, 456: 4, 464: 8, 469: 8, 480: 8, 500: 8, 501: 8, 512: 8, 514: 8, 520: 8, 528: 8, 532: 8, 544: 8, 557: 8, 559: 8, 560: 4, 564: 8, 571: 3, 579: 8, 584: 8, 608: 8, 624: 8, 625: 8, 632: 8, 639: 8, 653: 8, 654: 8, 655: 8, 660: 8, 669: 3, 671: 8, 672: 8, 680: 8, 701: 8, 704: 8, 705: 8, 706: 8, 709: 8, 710: 8, 719: 8, 720: 6, 736: 8, 737: 8, 746: 5, 760: 8, 764: 8, 766: 8, 770: 8, 773: 8, 779: 8, 782: 8, 784: 8, 792: 8, 799: 8, 800: 8, 804: 8, 816: 8, 817: 8, 820: 8, 825: 2, 826: 8, 832: 8, 838: 2, 848: 8, 853: 8, 856: 4, 860: 6, 863: 8, 878: 8, 882: 8, 897: 8, 908: 8, 924: 8, 926: 3, 929: 8, 937: 8, 938: 8, 939: 8, 940: 8, 941: 8, 942: 8, 943: 8, 947: 8, 948: 8, 958: 8, 959: 8, 969: 4, 974: 5, 979: 8, 980: 8, 981: 8, 982: 8, 983: 8, 984: 8, 992: 8, 993: 7, 995: 8, 996: 8, 1000: 8, 1001: 8, 1002: 8, 1003: 8, 1008: 8, 1009: 8, 1010: 8, 1011: 8, 1012: 8, 1013: 8, 1014: 8, 1015: 8, 1024: 8, 1025: 8, 1026: 8, 1031: 8, 1033: 8, 1050: 8, 1059: 8, 1082: 8, 1083: 8, 1098: 8, 1100: 8},
# Pacifica 2019 Hybrid
{ 168: 8, 257: 5, 258: 8, 264: 8, 268: 8, 270: 8, 274: 2, 280: 8, 284: 8, 288: 7, 290: 6, 291: 8, 292: 8, 294: 8, 300: 8, 308: 8, 320: 8, 324: 8, 331: 8, 332: 8, 344: 8, 368: 8, 376: 3, 384: 8, 388: 4, 448: 6, 456: 4, 464: 8, 469: 8, 480: 8, 500: 8, 501: 8, 512: 8, 514: 8, 515: 7, 516: 7, 517: 7, 518: 7, 520: 8, 528: 8, 532: 8, 542: 8, 544: 8, 557: 8, 559: 8, 560: 8, 564: 8, 571: 3, 579: 8, 584: 8, 608: 8, 624: 8, 625: 8, 632: 8, 639: 8, 653: 8, 654: 8, 655: 8, 660: 8, 669: 3, 671: 8, 672: 8, 680: 8, 701: 8, 703: 8, 704: 8, 705: 8, 706: 8, 709: 8, 710: 8, 719: 8, 720: 6, 736: 8, 737: 8, 746: 5, 752: 2, 754: 8, 760: 8, 764: 8, 766: 8, 770:8, 773: 8, 779: 8, 782: 8, 784: 8, 792: 8, 799: 8, 800: 8, 804: 8, 816: 8, 817: 8, 820: 8, 825: 2, 826: 8, 832: 8, 838: 2, 848: 8, 853: 8, 856: 4, 860: 6, 863: 8, 878: 8, 882: 8, 897: 8, 906: 8, 908: 8, 924: 8, 926: 3, 929: 8, 937: 8, 938: 8, 939: 8, 940: 8, 941: 8, 942: 8, 943: 8, 947: 8, 948: 8, 958: 8, 959: 8, 962: 8, 969: 4, 973: 8, 974: 5, 979: 8, 980: 8, 981: 8, 982: 8, 983: 8, 984: 8, 992: 8, 993: 7, 995: 8, 996: 8, 1000: 8, 1001: 8, 1002: 8, 1003: 8, 1008: 8, 1009: 8, 1010: 8, 1011: 8, 1012: 8, 1013: 8, 1014: 8, 1015: 8, 1024: 8, 1025: 8, 1026: 8, 1031: 8, 1033: 8, 1050: 8, 1059: 8, 1082: 8, 1083: 8, 1098: 8, 1100: 8, 1538: 8}
],
CAR.CHEROKEE: [
# GRAND CHEROKEE V6 2018
Expand Down