This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
dragonpilot
Watch
1
Star
0
Fork
0
You've already forked dragonpilot
mirror of
https://github.com/dragonpilot/dragonpilot.git
synced
2026-02-19 22:53:57 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8cd3bc65bfff855e55eda7fc2ecbf6b0da306ea4
dragonpilot
/
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
2020-02-02 12:15:02 -08:00
import
platform
more common/ pruning (#30778)
2023-12-17 11:40:46 -08:00
common folder
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
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