From 20d3480c8f40070086e5ec2d04869fe7697b5907 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 11 Aug 2023 14:11:28 -0700 Subject: [PATCH] setup openpilot package (#29338) old-commit-hash: aeece52a06bb8d4227326279daf6d1ff6ca5e6a2 --- .gitignore | 1 - openpilot/__init__.py | 0 openpilot/common | 1 + openpilot/selfdrive | 1 + openpilot/system | 1 + openpilot/third_party | 1 + openpilot/tools | 1 + 7 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 openpilot/__init__.py create mode 120000 openpilot/common create mode 120000 openpilot/selfdrive create mode 120000 openpilot/system create mode 120000 openpilot/third_party create mode 120000 openpilot/tools diff --git a/.gitignore b/.gitignore index 91aecd9a72..eaee62a201 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 0000000000..e69de29bb2 diff --git a/openpilot/common b/openpilot/common new file mode 120000 index 0000000000..60d3b0a6a8 --- /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 0000000000..e005fd0d04 --- /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 0000000000..16f8cc2b23 --- /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 0000000000..d838c05a86 --- /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 0000000000..4887d6e0c9 --- /dev/null +++ b/openpilot/tools @@ -0,0 +1 @@ +../tools \ No newline at end of file