Logo
Explore Help
Register Sign In
mawei/onepilot
1
0
Fork 0
You've already forked onepilot
Code Issues Packages Projects Releases Wiki Activity
Files
41c1a111be832d367c19ea2ecd6e0c07e661dced
onepilot/common/ffi_wrapper.py

9 lines
113 B
Python
Raw Normal View History

manager runs on Mac, and other openpilot for PC fixes (#1037) * use the openpilot/persist directory on PC * manager runs on mac * sim runs w/o carla * fix params location in test * that rmtree can fail and it's okay * refactor params clear functionality * set PARAMS_PATH old-commit-hash: c42e2ecc50d72947719219e20a5e91ed9bf5fbf4
2020-02-02 12:15:02 -08:00
import platform
more common/ pruning (#30778) old-commit-hash: 8c1176ca839bdfd805f87d281a6d06b9af881eb5
2023-12-17 11:40:46 -08:00
common folder old-commit-hash: e8d888c45b5cb84bf38bdb96cae579a10f7ae281
2020-01-17 10:28:44 -08:00
manager runs on Mac, and other openpilot for PC fixes (#1037) * use the openpilot/persist directory on PC * manager runs on mac * sim runs w/o carla * fix params location in test * that rmtree can fail and it's okay * refactor params clear functionality * set PARAMS_PATH old-commit-hash: c42e2ecc50d72947719219e20a5e91ed9bf5fbf4
2020-02-02 12:15:02 -08:00
def suffix():
if platform.system() == "Darwin":
return ".dylib"
else:
return ".so"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 302ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API