-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'opendbc/' changes from 62b7a01..3f6cd74
3f6cd74 Add 3rd RSA signal and cleanup (#120) a308ec1 add vals honda (#121) 1317514 Toyota: fixed typos 0339fc8 Toyota: added a better cruise active indicator b0c012d Lexus: add is 94ba43c Toyota: generated dnc files after latest change e16723e Add Distance Lines and RSA (#118) 9aec1ef Add GM signals for ESP/Mode/Highbeams/Intellibeam (#114) a67fff9 add toyota_prius_2010_pt.dbc (#50) c1ee10f Revert "Revert "GM: copy radar header from cadillac (#116)"" git-subtree-dir: opendbc git-subtree-split: 3f6cd74
- Loading branch information
Vehicle Researcher
committed
Nov 17, 2018
1 parent
d0715b6
commit 2f0b0fb
Showing
38 changed files
with
1,676 additions
and
308 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
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
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,39 @@ | ||
CM_ "IMPORT _toyota_2017.dbc" | ||
CM_ "IMPORT _comma.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_ 705 GAS_PEDAL: 8 XXX | ||
SG_ GAS_RELEASED : 3|1@0+ (1,0) [0|1] "" XXX | ||
SG_ GAS_PEDAL : 55|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_ IPAS_STATE : 3|4@0+ (1,0) [0|15] "" XXX | ||
SG_ LKA_STATE : 31|7@0+ (1,0) [0|127] "" XXX | ||
SG_ TYPE : 24|1@0+ (1,0) [0|1] "" 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 | ||
|
||
BO_ 1009 PCM_CRUISE_3: 8 XXX | ||
SG_ MAIN_ON : 13|1@0+ (1,0) [0|3] "" XXX | ||
SG_ CRUISE_STATE : 10|1@0+ (1,0) [0|1] "" XXX | ||
SG_ SET_SPEED : 23|8@0+ (1,0) [0|255] "mph" 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_ 610 TYPE "seems 1 on Corolla, 0 on all others"; | ||
CM_ SG_ 1009 SET_SPEED "units seem to be whatever the car is set to"; | ||
VAL_ 956 GEAR 0 "D" 1 "S" 8 "N" 16 "R" 32 "P"; | ||
VAL_ 610 IPAS_STATE 5 "override" 3 "enabled" 1 "disabled"; | ||
VAL_ 610 LKA_STATE 25 "temporary_fault" 9 "temporary_fault2" 5 "active" 1 "standby"; |
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.