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-21 22:23:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6ccf2cbfde4e1f5aa67dc0072f9c0dfd080be064
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
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