This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
openpilot_comma
mirror of
https://github.com/commaai/openpilot.git
Watch
1
Star
0
Fork
You've already forked openpilot_comma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
12577
Commits
128
Branches
82
Tags
5.4 GiB
Python
48.3%
C++
40.2%
C
3.7%
Cap'n Proto
2.6%
Shell
1.9%
Other
3.2%
Tree:
204219695f
openpilot_comma
/
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