forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Car interfaces: remove hard-coded signal definitions (commaai#27773)
* What if: no signals! 🙅🤌🎆 * do hyundai * honda! * do gm * and vw! (sorry comments) * do those * -500 * little more * fix subie * change back * bumpopendbc * oof lol * messages * some clean up * here too * clean up honda radar_interface.py fix rm * bump opendbc to master * add todo * rename checks in tesla/radar_interface --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
- Loading branch information
1 parent
470b520
commit cbfcc40
Showing
20 changed files
with
200 additions
and
1,458 deletions.
There are no files selected for viewing
Submodule opendbc
updated
10 files
+1 −2 | can/common.h | |
+2 −9 | can/common.pxd | |
+0 −10 | can/common_dbc.h | |
+12 −32 | can/parser.cc | |
+15 −58 | can/parser_pyx.pyx | |
+2 −8 | can/tests/test_checksums.py | |
+5 −11 | can/tests/test_dbc_exceptions.py | |
+1 −1 | can/tests/test_dbc_parser.py | |
+46 −69 | can/tests/test_packer_parser.py | |
+4 −26 | can/tests/test_parser_performance.py |
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.