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.
Merge branch 'commaai:master' into PA-testing
- Loading branch information
Showing
87 changed files
with
1,404 additions
and
1,352 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[importlinter] | ||
root_packages = | ||
openpilot | ||
|
||
[importlinter:contract:1] | ||
name = Forbid imports from openpilot.selfdrive.car to openpilot.system | ||
type = forbidden | ||
source_modules = | ||
openpilot.selfdrive.car | ||
forbidden_modules = | ||
openpilot.system | ||
openpilot.body | ||
openpilot.docs | ||
openpilot.msgq | ||
openpilot.panda | ||
openpilot.rednose | ||
openpilot.release | ||
openpilot.teleoprtc | ||
openpilot.tinygrad | ||
ignore_imports = | ||
openpilot.selfdrive.car.card -> openpilot.common.realtime | ||
openpilot.selfdrive.car.card -> openpilot.selfdrive.controls.lib.events | ||
openpilot.selfdrive.car.interfaces -> openpilot.selfdrive.controls.lib.events | ||
openpilot.selfdrive.car.tests.test_models -> openpilot.tools.lib.logreader | ||
openpilot.selfdrive.car.tests.test_models -> openpilot.selfdrive.car.card | ||
openpilot.selfdrive.car.tests.test_models -> openpilot.tools.lib.route | ||
openpilot.selfdrive.car.tests.test_models -> openpilot.system.hardware.hw | ||
openpilot.selfdrive.car.tests.test_models -> openpilot.selfdrive.test.helpers | ||
openpilot.selfdrive.car.isotp_parallel_query -> openpilot.common.swaglog | ||
openpilot.selfdrive.car.fw_versions -> openpilot.common.swaglog | ||
openpilot.selfdrive.car.disable_ecu -> openpilot.common.swaglog | ||
openpilot.selfdrive.car.vin -> openpilot.common.swaglog | ||
openpilot.selfdrive.car.ecu_addrs -> openpilot.common.swaglog | ||
openpilot.selfdrive.car.car_helpers -> openpilot.common.swaglog | ||
openpilot.selfdrive.car.car_helpers -> openpilot.system.version | ||
openpilot.selfdrive.car.ford.carcontroller -> openpilot.selfdrive.controls.lib.drive_helpers | ||
openpilot.selfdrive.car.gm.interface -> openpilot.selfdrive.controls.lib.drive_helpers | ||
openpilot.selfdrive.car.honda.carcontroller -> openpilot.selfdrive.controls.lib.drive_helpers | ||
openpilot.selfdrive.car.interfaces -> openpilot.selfdrive.controls.lib.drive_helpers | ||
openpilot.selfdrive.car.tests.test_car_interfaces -> openpilot.selfdrive.controls.lib.latcontrol_angle | ||
openpilot.selfdrive.car.tests.test_car_interfaces -> openpilot.selfdrive.controls.lib.longcontrol | ||
openpilot.selfdrive.car.tests.test_car_interfaces -> openpilot.selfdrive.controls.lib.latcontrol_torque | ||
openpilot.selfdrive.car.tests.test_car_interfaces -> openpilot.selfdrive.controls.lib.latcontrol_pid | ||
unmatched_ignore_imports_alerting = warn |
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
Submodule msgq_repo
updated
7 files
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | Dockerfile | |
+33 −37 | msgq/tests/test_fake.py | |
+6 −24 | msgq/tests/test_messaging.py | |
+7 −11 | msgq/tests/test_poller.py | |
+35 −26 | msgq/visionipc/tests/test_visionipc.py | |
+11 −0 | pyproject.toml |
Submodule opendbc
updated
8 files
+1 −1 | .github/workflows/tests.yml | |
+3 −10 | can/tests/test_checksums.py | |
+7 −13 | can/tests/test_dbc_exceptions.py | |
+4 −11 | can/tests/test_dbc_parser.py | |
+14 −23 | can/tests/test_define.py | |
+43 −51 | can/tests/test_packer_parser.py | |
+5 −10 | can/tests/test_parser_performance.py | |
+2 −0 | requirements.txt |
Submodule panda
updated
4 files
+1 −1 | .pre-commit-config.yaml | |
+3 −0 | board/SConscript | |
+20 −17 | board/stm32h7/board.h | |
+4 −8 | board/stm32h7/clock.h |
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
Submodule rednose_repo
updated
6 files
+2 −2 | .github/workflows/tests.yml | |
+1 −1 | .pre-commit-config.yaml | |
+5 −5 | examples/test_compare.py | |
+7 −11 | examples/test_kinematic_kf.py | |
+7 −0 | pyproject.toml | |
+2 −0 | requirements.txt |
Oops, something went wrong.