mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-02 06:03:43 +08:00
eefc084302
version: sunnypilot v2025.003.000 (dev) date: 2025-12-18T05:48:43 master commit: 16c052af0835f049a67b80251d8cc1114fc08bb4
6 lines
169 B
Python
6 lines
169 B
Python
import os
|
|
from openpilot.common.basedir import BASEDIR
|
|
|
|
MAPD_BIN_DIR = os.path.join(BASEDIR, 'third_party/mapd_pfeiferj')
|
|
MAPD_PATH = os.path.join(MAPD_BIN_DIR, 'mapd')
|