-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acura RDX 2018 AcuraWatch Plus Port (#162)
* Adding Acura RDX alpha support
- Loading branch information
1 parent
c86b526
commit 0dc6778
Showing
17 changed files
with
509 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
CM_ "IMPORT _toyota_2017.dbc" | ||
|
||
BO_ 550 BRAKE_MODULE: 8 XXX | ||
SG_ BRAKE_PRESSURE : 0|9@0+ (1,0) [0|511] "" XXX | ||
SG_ BRAKE_POSITION : 16|9@0+ (1,0) [0|511] "" XXX | ||
SG_ BRAKE_PRESSED : 37|1@0+ (1,0) [0|1] "" XXX | ||
|
||
BO_ 581 GAS_PEDAL: 5 XXX | ||
SG_ GAS_PEDAL : 23|8@0+ (0.005,0) [0|1] "" XXX | ||
|
||
BO_ 608 STEER_TORQUE_SENSOR: 8 XXX | ||
SG_ STEER_TORQUE_EPS : 47|16@0- (0.73,0) [-20000|20000] "" XXX | ||
SG_ STEER_TORQUE_DRIVER : 15|16@0- (1,0) [-32768|32767] "" XXX | ||
SG_ STEER_OVERRIDE : 0|1@0+ (1,0) [0|1] "" XXX | ||
SG_ CHECKSUM : 63|8@0+ (1,0) [0|255] "" XXX | ||
|
||
BO_ 610 EPS_STATUS: 5 EPS | ||
SG_ STATE : 3|4@0+ (1,0) [0|15] "" XXX | ||
SG_ LKA_STATE : 31|8@0+ (1,0) [0|255] "" XXX | ||
SG_ CHECKSUM : 39|8@0+ (1,0) [0|255] "" XXX | ||
|
||
BO_ 956 GEAR_PACKET: 8 XXX | ||
SG_ GEAR : 13|6@0+ (1,0) [0|63] "" XXX | ||
|
||
CM_ SG_ 550 BRAKE_PRESSURE "seems prop to pedal force"; | ||
CM_ SG_ 550 BRAKE_POSITION "seems proportional to pedal displacement, unclear the max value of 0x1c8"; | ||
CM_ SG_ 581 GAS_PEDAL "it seems slightly filtered"; | ||
VAL_ 610 STATE 5 "override" 3 "enabled" 1 "disabled"; | ||
VAL_ 610 LKA_STATE 50 "temporary_fault"; | ||
VAL_ 956 GEAR 0 "D" 1 "S" 8 "N" 16 "R" 32 "P"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Can you please add "ACURA RDX 2016 ACURAWATCH PLUS" and "ACURA RDX 2017 ACURAWATCH PLUS"
Suppose to be all the same except this fingerprint.
Thanks