-
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 2ae0327ea..9b6ca31b2
9b6ca31b2 fix: Replicate changes done on _honda_2017.dbc (#225) 1bd26d0a6 Added messages. Cleaned up endianness (#226) 44b9e74fa Revert "Toyota: add checksum to BRAKE_MODULE (#224)" 8b18c92e2 Toyota: add checksum to BRAKE_MODULE (#224) 2bab4d6d7 Add Honda-Bosch lane line detection signals. (#223) a1aa3b78f Cleanup of Nissan DBC (#218) c1f764828 reverting changes to Chrysler: speed message seems different from car to car 2de8e9e82 Chrysler: Speed msg is 5 bytes f4ac315ed Chrysler: add counter to 514 0fb62cf86 Toyota Blind Spot Monitor (TSS2-only?) (#219) git-subtree-dir: opendbc git-subtree-split: 9b6ca31b29ff6de24ce790d7a6ea8855db531c61
- Loading branch information
Vehicle Researcher
committed
Mar 5, 2020
1 parent
ab3557e
commit adb3940
Showing
16 changed files
with
807 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
BO_ 1014 BSM: 8 XXX | ||
SG_ L_ADJACENT : 0|1@0+ (1,0) [0|1] "" XXX | ||
SG_ L_APPROACHING : 8|1@0+ (1,0) [0|1] "" XXX | ||
SG_ R_ADJACENT : 1|1@0+ (1,0) [0|1] "" XXX | ||
SG_ R_APPROACHING : 10|1@0+ (1,0) [0|1] "" XXX | ||
SG_ ADJACENT_ENABLED : 7|1@0+ (1,0) [0|1] "" XXX | ||
SG_ APPROACHING_ENABLED : 15|1@0+ (1,0) [0|1] "" XXX | ||
|
||
CM_ SG_ 1014 L_ADJACENT "vehicle adjacent left side of car. enabled above 10mph, regardless of ADJACENT_ENABLED or APPROACHING_ENABLED"; | ||
CM_ SG_ 1014 L_APPROACHING "vehicle approaching from left side of car. enabled above 10mph, regardless of ADJACENT_ENABLED or APPROACHING_ENABLED"; | ||
CM_ SG_ 1014 R_ADJACENT "vehicle adjacent right side of car. enabled above 10mph, regardless of ADJACENT_ENABLED or APPROACHING_ENABLED"; | ||
CM_ SG_ 1014 R_APPROACHING "vehicle approaching from right side of car. enabled above 10mph, regardless of ADJACENT_ENABLED or APPROACHING_ENABLED"; | ||
CM_ SG_ 1014 ADJACENT_ENABLED "when BSM is enabled in settings, this is on along with APPROACHING_ENABLED. this controls bsm alert visibility"; | ||
CM_ SG_ 1014 APPROACHING_ENABLED "when BSM is enabled in settings, this is on along with ADJACENT_ENABLED. this controls bsm alert visibility"; |
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
Oops, something went wrong.