Commit Graph

46 Commits

Author SHA1 Message Date
FrogAi
72fac6ed9d Increase max speed by 5 on short press
Added function to increase the value of the max speed by 5 instead of 1 by taping the "Max" speed icon in the onroad UI.
2024-01-26 10:51:54 -07:00
FrogAi
f4caa201cc Increase interactive timeout when onroad to 30 seconds 2024-01-26 10:51:54 -07:00
FrogAi
150422e322 Honda Clarity Port
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
2024-01-26 10:51:53 -07:00
FrogAi
a684059f2e Hide current speed in onroad UI upon screen tap
Added ability to hide the current speed by taping on it via onroad UI.
2024-01-26 10:51:52 -07:00
FrogAi
57ebaa1656 Green light alert
Added toggle to alert the user when a red light turns to green.
2024-01-26 10:51:52 -07:00
FrogAi
7151cd1c56 GM long pitch compensation
Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-01-26 10:51:51 -07:00
FrogAi
dff4915313 Force fingerprint function 2024-01-26 10:51:51 -07:00
FrogAi
8bb10b7785 Fleet Manager
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
2024-01-26 10:51:50 -07:00
FrogAi
ac5eb105f0 Fired the babysitter
Added toggles to disable driver monitoring, the "Door Open", "Seatbelt Unlatched", and "System Overheated" alerts and all logging.
2024-01-26 10:51:49 -07:00
FrogAi
64b7f5b401 Fast boot using prebuilt file
Added prebuilt functionality that removes itself whenever the user installs updates to prevent installation failures.
2024-01-26 10:51:48 -07:00
FrogAi
b72f5748c4 Experimental Mode via steering wheel / onroad UI
Added toggle to enable or disable Experimental Mode from the steering wheel for Toyota/Lexus vehicles and the onroad UI for other makes.
2024-01-26 10:51:48 -07:00
FrogAi
e29204d23a Error log button 2024-01-26 10:51:47 -07:00
FrogAi
a8f0f66323 EPS mod - 17'-22' - Select Bosch civic's
Co-Authored-By: cfranyota <46506059+cfranyota@users.noreply.github.com>
2024-01-26 10:51:46 -07:00
FrogAi
aae7388feb Driver camera view when in reverse
Added toggle to show the driver camera when in the reverse gear.
2024-01-26 10:51:46 -07:00
FrogAi
f016bd7e16 Disable resume required event after it's been shown 2024-01-26 10:51:45 -07:00
FrogAi
5582056a82 Disable onroad uploads
Added toggle to the "Networking" tab to disable uploads to connect.comma.ai while driving and without a WiFi connection to prevent large amounts of data usage.
2024-01-26 10:51:44 -07:00
FrogAi
6eb15c6c62 Disable below steer speed event after it's been shown 2024-01-26 10:51:43 -07:00
FrogAi
e3bfe75ca2 Device shut down timer
Added toggle to shut down the device after being offroad for a specified amount of time.
2024-01-26 10:51:43 -07:00
FrogAi
3af959128d Detect if the map is open 2024-01-26 10:51:42 -07:00
FrogAi
2bc95d9bc7 Delete driving footage button 2024-01-26 10:51:41 -07:00
FrogAi
7e0e9f2643 Custom themes
Added toggles for the "Custom Themes" configuration. Colors, icons, sounds, and turn signal animations are all individually toggleable.
2024-01-26 10:51:40 -07:00
FrogAi
142e5e0975 Custom steering wheel icons
Added toggle for custom steering wheel icons in the onroad UI.

Want to add your own steering wheel? Request one under "feature-requests" on the FrogPilot Discord!
2024-01-26 10:51:39 -07:00
FrogAi
62e60535e6 Custom screen brightness
Added toggle to customize the screen brightness.
2024-01-26 10:51:38 -07:00
FrogAi
d6e17df710 Custom UI
Added toggles to customize the lane lines, path, road edges, path edges, show the acceleration/deceleration on the path, lead info, driving logics, adjacent lanes, blind spot path, fps tracker, and an "Unlimited Length" mode that extends the road UI out as far as the model can see.
2024-01-26 10:51:37 -07:00
FrogAi
fb8103b646 Custom driving personality profiles
Added toggles to customize the driving personality profiles.
2024-01-26 10:51:36 -07:00
FrogAi
ccf674762e Conditional Experimental Mode
Added toggles for "Conditional Experimental Mode".

Conditions based on road curvature, turn signals, speed, lead speed, navigation instructions, and stop signs/stop lights are all individually toggleable.
2024-01-26 10:51:35 -07:00
FrogAi
c844593f66 Cleaned up home screen UI
Added back the date to the home screen and cleaned up the software version text for a more classic/cleaner look.
2024-01-26 10:51:34 -07:00
FrogAi
8e86b83884 Change gas pressed threshold for ASCM cars
Co-Authored-By: Eric Brown <13560103+nworb-cire@users.noreply.github.com>
2024-01-26 10:51:34 -07:00
FrogAi
062c1a3094 CC longitudinal control
Co-Authored-By: Eric Brown <13560103+nworb-cire@users.noreply.github.com>
2024-01-26 10:51:33 -07:00
FrogAi
763ee059d4 Camera view selection
Added toggle to select the preferred camera view between "auto", "standard", "wide", and "driver".
2024-01-26 10:51:32 -07:00
FrogAi
b4550a13ba Calculate average desired curvature using planned distance
Added toggle to calculate average desired curvature using planned distance instead of the car's speed.

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
2024-01-26 10:51:32 -07:00
FrogAi
8baf713117 Back button in settings menu
Changed out the "X" in the settings menu with a "Back" button.
2024-01-26 10:51:31 -07:00
FrogAi
9ded0c1c3a Automatic updates scheduler 2024-01-26 10:51:30 -07:00
FrogAi
42b3636995 Always on Lateral
Added toggle for Always On Lateral / No disengage lateral on gas and brake.

Lots of credit goes to "pfeiferj"! Couldn't of done it without him!

https: //github.com/pfeiferj/openpilot
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
2024-01-26 10:51:29 -07:00
FrogAi
c33e3e45db Allow device to be offline indefinitely
Added button to allow the device to be offline indefinitely.
2024-01-26 10:51:29 -07:00
FrogAi
c1a7f1e3b0 Aggressive acceleration with a lead
Added toggle to make the acceleration more aggressive when following a lead.
2024-01-26 10:51:27 -07:00
FrogAi
7383ee0ddc Add Sentry logging
Add logging for my Sentry server that tracks the values of the serial number, car fingerprint, user set parameters, and the date and time for when FrogPilot was installed and last updated for debugging and support.
2024-01-26 10:51:26 -07:00
FrogAi
9af2cadf3b Add SDGM support
Co-Authored-By: Eric Brown <13560103+nworb-cire@users.noreply.github.com>
2024-01-26 10:51:25 -07:00
FrogAi
d1bee2c971 Add GM BSM
Co-Authored-By: garrettpall <76917194+garrettpall@users.noreply.github.com>
2024-01-26 10:51:23 -07:00
garrettpall
beb4faf213 Add Full GM GasRegenCmd 2024-01-26 10:51:22 -07:00
FrogAi
955950381f Add fingerprints for non-ACC cars
Co-Authored-By: Eric Brown <13560103+nworb-cire@users.noreply.github.com>
2024-01-26 10:51:21 -07:00
Eric Brown
4325b86248 Add custom DBC file for Volt 2024-01-26 10:51:21 -07:00
FrogAi
e8dfdff4fb Add back the drive stats to the home screen 2024-01-26 10:51:20 -07:00
FrogAi
3d6097b6a6 Acceleration profiles
Added toggle to use DragonPilot's acceleration profiles.

Credit goes to DragonPilot!

https: //github.com/dragonpilot-community/dragonpilot
Co-Authored-By: eFini <16603033+efinilan@users.noreply.github.com>
Co-Authored-By: Kumar <36933347+rav4kumar@users.noreply.github.com>
2024-01-26 10:51:19 -07:00
FrogAi
7308c1b35c FrogPilot setup 2024-01-26 10:51:18 -07:00
FrogAi
08e9fb1edc openpilot v0.9.6 release
date: 2024-01-12T10:13:37
master commit: ba792d576a49a0899b88a753fa1c52956bedf9e6
2024-01-12 22:39:28 -07:00