This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
dragonpilot
mirror of
https://github.com/dragonpilot-community/dragonpilot.git
Watch
1
Star
0
Fork
You've already forked dragonpilot
0
Code
Issues
6
Packages
Projects
Releases
Wiki
Activity
dragonpilot - 基於 openpilot 的開源駕駛輔助系統
11527
Commits
42
Branches
64
Tags
7.0 GiB
Tree:
7f35d0a909
dragonpilot
/
common
/
ffi_wrapper.py
9 lines
113 B
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
6 years ago
import
platform
more common/ pruning (#30778)
2 years ago
common folder
6 years ago
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
6 years ago
def
suffix
(
)
:
if
platform
.
system
(
)
==
"
Darwin
"
:
return
"
.dylib
"
else
:
return
"
.so
"