setup openpilot package (#29338)

old-commit-hash: aeece52a06
This commit is contained in:
Adeeb Shihadeh 2023-08-11 14:11:28 -07:00 committed by GitHub
parent f8cd844e7c
commit 20d3480c8f
7 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -56,7 +56,6 @@ selfdrive/modeld/_dmonitoringmodeld
/src/
one
openpilot
notebooks
xx
yy

0
openpilot/__init__.py Normal file
View File

1
openpilot/common Symbolic link
View File

@ -0,0 +1 @@
../common

1
openpilot/selfdrive Symbolic link
View File

@ -0,0 +1 @@
../selfdrive/

1
openpilot/system Symbolic link
View File

@ -0,0 +1 @@
../system/

1
openpilot/third_party Symbolic link
View File

@ -0,0 +1 @@
../third_party

1
openpilot/tools Symbolic link
View File

@ -0,0 +1 @@
../tools