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.

9 lines
149 B

#!/usr/bin/env expect
spawn adb shell
expect "#"
send "cd usr/comma\r"
send "export TERM=xterm-256color\r"
send "su comma\r"
send "clear\r"
interact