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.
626
Commits
124
Branches
82
Tags
5.1 GiB
Tree:
8b2ab185d4
openpilot_comma
/
common
/
compat.py
4 lines
56 B
Raw
Normal View
History
Unescape
Escape
common folder old-commit-hash: e8d888c45b5cb84bf38bdb96cae579a10f7ae281
5 years ago
# py2,3 compatiblity helpers
basestring
=
(
str
,
bytes
)