-
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..a1aa3b78f
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: a1aa3b78f7ae9405fcb42fa8f94aa3dae8acb987
- Loading branch information
Vehicle Researcher
committed
Feb 27, 2020
1 parent
ab3557e
commit 93375fe
Showing
6 changed files
with
91 additions
and
67 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
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
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