This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@localhost:/data/openpilot$ ./launch_openpilot.sh | |
Using interface 'wlan0' | |
OK | |
Traceback (most recent call last): | |
File "./manager.py", line 12, in <module> | |
from common.basedir import BASEDIR, PARAMS | |
File "/data/openpilot/common/basedir.py", line 4, in <module> | |
from common.android import ANDROID | |
File "/data/openpilot/common/android.py", line 8, in <module> | |
from cereal import log |