From f8d50e062d00e1cb9bcc6ecf5a06f63ac5599eaf Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 8 Aug 2026 22:55:32 -0400 Subject: [PATCH] updated: add fallback mechanism for `agnos.json` path resolution (#38593) * updated: add fallback mechanism for agnos.json path resolution * nvm fallback seems overkill, red diff * add symlink for tici/agnos.json --------- Co-authored-by: stefpi <19478336+stefpi@users.noreply.github.com> --- openpilot/system/hardware/tici/agnos.json | 1 + system/hardware/tici/agnos.json | 1 + 2 files changed, 2 insertions(+) create mode 120000 openpilot/system/hardware/tici/agnos.json create mode 120000 system/hardware/tici/agnos.json diff --git a/openpilot/system/hardware/tici/agnos.json b/openpilot/system/hardware/tici/agnos.json new file mode 120000 index 0000000000..87cb197052 --- /dev/null +++ b/openpilot/system/hardware/tici/agnos.json @@ -0,0 +1 @@ +../comma/agnos.json \ No newline at end of file diff --git a/system/hardware/tici/agnos.json b/system/hardware/tici/agnos.json new file mode 120000 index 0000000000..7bc8df1b8c --- /dev/null +++ b/system/hardware/tici/agnos.json @@ -0,0 +1 @@ +../../../openpilot/system/hardware/comma/agnos.json \ No newline at end of file