-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
Well default OP branch is not tuned much when it comes to each car.It doesn't mean it's bad it's just that tuning things here or gimmicks in general doesn't always get upstreamed by official OP that's why a lot of community have their forks for their cars except for official.
Following i will describe each branch and what it does in general:
-
Devel and Release2 are default of official comma's OP.
-
alca-(running 0.5.7 devel) has all of the goodies for auto lane change,tr-state with switching vision from wiggle to non wiggle,yes it does have Toyota pedal support along with it has some tuning branch the original FeedForward from @Gernby.
-
gimmicks_nopedal(running 0.5.7 release2) 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. Following i will share some UI buttons info which is some available on alca branch as well.
- snd- has tesla's autopilot typo of sounds where default stocks are disabled by me not officially through there branches since i hate the stock beeps either way.
- ALC-auto lane change with 3 modes.
- GAS-accelerates bit higher than stock on resume.
- LKA- Disables the OP steering so you can have stock ACC.
- TR- If you have DSU unplugged, It will allow you to change the following distance from stock button.
- SLO-off sets the set speed for ACC to lower value except for higher.
- resonant(running 0.5.7 devel)- is all of the tuning done by @Gernby with Toyota Pedal support.
- resonant058(running 0.5.8)- untested should work.
-
vsr(running 0.5.8 devel)- 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.
-
FLag(running 0.5.8 devel)- the most tuned branch to smooth prius overall which will have my final touches for the testing i have done for months now yes it does have pedal support. There might be a bug with 0.5.8 it's beta.I haven't pushed all of the changes yet.
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.
cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout alca && reboot
cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout gimmicks_nopedal && reboot
cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout resonant && reboot
cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout resonant058 && reboot
cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout vsr && reboot
cd /data && rm -rf openpilot* && git clone https://github.com/priuscom/openpilot && cd openpilot && git checkout FLag && reboot
Built by @cmma