Skip to content
priuscom edited this page Jan 10, 2019 · 27 revisions

Welcome to the openpilot prius fork wiki!

Purpose for this fork is only to have clean code only which has been verified working with all the tests on my personal branch and other community branches. Following i will describe each branch and what it does in general.

  1. Devel and Release2 are default of official comma's OP.
  2. alca- has all of the goodies for lane change and tr-state with switching vision from wiggle to non wiggle yes it does have Toyota pedal support.
  3. gimmicks_nopedal is with some prius changes where default it's using release2 except for devel built by Arne Schwarck although pedal code is there but for some reason it doesn't work on prius since Arne has too much stuff on his branch i didn't even bother troubleshooting yet.The branch name says it all it does have a lot of gimmicks.
  4. resonant- is all of the tuning done by @Gernby with Toyota Pedal support.
  5. vsr- It's work done by Nate Flagg for small lag on steering another words decreasing ping pongs on prius. After doing a lot of tests i have found resonant and vsr to be similar results.

How to install each branch with AIO(All in one script)?

Following i will share the AIO script for each branch where you can make the switch from your phone for more info regarding it which can be found here.

alca

cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout alca && reboot

gimmicks_nopedal

cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout gimmicks_nopedal && reboot

resonant

cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout resonant && reboot

vsr

cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout vsr && reboot

Clone this wiki locally