This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
sunnypilot
Watch
1
Star
0
Fork
0
You've already forked sunnypilot
mirror of
https://github.com/sunnypilot/sunnypilot.git
synced
2026-02-19 05:24:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6dc8eecee7d7d62fa8d95b8a7b57dfbcd1c86b08
sunnypilot
/
common
/
ffi_wrapper.py
9 lines
113 B
Python
Raw
Normal View
History
Unescape
Escape
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