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 的開源駕駛輔助系統
12063
Commits
42
Branches
64
Tags
7.0 GiB
C
54.9%
C++
23.2%
Python
20%
Cap'n Proto
0.8%
Cython
0.3%
Other
0.6%
Tree:
fb9f31efb7
dragonpilot
/
common
/
ffi_wrapper.py
8 lines
113 B
Raw
Blame
History
import
platform
def
suffix
(
)
:
if
platform
.
system
(
)
==
"
Darwin
"
:
return
"
.dylib
"
else
:
return
"
.so
"
Reference in new issue
View Git Blame
Copy Permalink