diff --git a/.gitignore b/.gitignore index 91aecd9a7..eaee62a20 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,6 @@ selfdrive/modeld/_dmonitoringmodeld /src/ one -openpilot notebooks xx yy diff --git a/openpilot/__init__.py b/openpilot/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/openpilot/common b/openpilot/common new file mode 120000 index 000000000..60d3b0a6a --- /dev/null +++ b/openpilot/common @@ -0,0 +1 @@ +../common \ No newline at end of file diff --git a/openpilot/selfdrive b/openpilot/selfdrive new file mode 120000 index 000000000..e005fd0d0 --- /dev/null +++ b/openpilot/selfdrive @@ -0,0 +1 @@ +../selfdrive/ \ No newline at end of file diff --git a/openpilot/system b/openpilot/system new file mode 120000 index 000000000..16f8cc2b2 --- /dev/null +++ b/openpilot/system @@ -0,0 +1 @@ +../system/ \ No newline at end of file diff --git a/openpilot/third_party b/openpilot/third_party new file mode 120000 index 000000000..d838c05a8 --- /dev/null +++ b/openpilot/third_party @@ -0,0 +1 @@ +../third_party \ No newline at end of file diff --git a/openpilot/tools b/openpilot/tools new file mode 120000 index 000000000..4887d6e0c --- /dev/null +++ b/openpilot/tools @@ -0,0 +1 @@ +../tools \ No newline at end of file