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.
163
Commits
131
Branches
82
Tags
5.4 GiB
Tree:
7c1e812922
openpilot_comma
/
opendbc
/
__init__.py
3 lines
64 B
Raw
Normal View
History
Unescape
Escape
Squashed 'opendbc/' content from commit 48968cc git-subtree-dir: opendbc git-subtree-split: 48968cc97e20bbbff79a4380b69a6a5a858c9d1c old-commit-hash: ba97d0e83837b4c893edc609001dde7c41b8e24b
7 years ago
import
os
DBC_PATH
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)
)