Commit Graph

57 Commits

Author SHA1 Message Date
FrogAi 331219fe70 Sentry logging
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-04-30 17:07:05 -07:00
FrogAi 43fc1d583a Screenrecorder
Added toggle to record the screen while onroad.

Credit goes to Neokii!

https: //github.com/neokii
Co-Authored-By: neokii <3665951+neokii@users.noreply.github.com>
2024-04-30 17:07:04 -07:00
FrogAi e5d0d95053 Screen Management
Added toggles to adjust the screen brightness, timeout settings, and other UI changes.
2024-04-30 17:07:04 -07:00
FrogAi d52faeef33 Rotating steering wheel in onroad UI
Added toggle to rotate the steering wheel in the top right corner of the onroad UI.
2024-04-30 17:07:04 -07:00
FrogAi f174661e81 Retain tethering status between reboots 2024-04-30 17:07:04 -07:00
FrogAi 49e8fed2e0 Pedals on the onroad UI
Added toggle to show when the gas or brake pedals are being used on the onroad UI.
2024-04-30 17:07:04 -07:00
FrogAi b25c86829f Pause lateral control below specified speeds
Added toggles to pause lateral control when a turn signal is active or below a set speed.
2024-04-30 17:07:03 -07:00
FrogAi 3ab2b410ee Open Street Map integration
Added OSM to openpilot to use speed limits and road names.

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
2024-04-30 17:03:06 -07:00
FrogAi 6a3823a5a0 Onroad distance button
Added toggle to simulate the distance button via an onroad UI button.
2024-04-30 17:03:06 -07:00
FrogAi eca7d83bc4 Onroad compass
Added toggle for a compass in the onroad UI.
2024-04-30 17:03:06 -07:00
FrogAi c29b9953ef Numerical temperature gauge
Added toggle to replace the "GOOD", "OK", and "HIGH" temperature statuses with a numerical temperature gauge based on the highest temperature between the memory, CPU, and GPU and a function to swap between it by simply taping on the "Temp" gauge itself.
2024-04-30 17:03:06 -07:00
FrogAi e6bfab3fc6 Nudgeless lane change
Added toggles for nudgeless lane changes, lane detection, and one lane change per signal activation with a lane change delay factor.
2024-04-30 17:03:06 -07:00
FrogAi 7d048c0af8 NNFF
Added toggle to use Twilsonco's Neural Network Feedforward for enhanced precision in lateral control.

Credit goes to Twilsonco!

https: //github.com/twilsonco
Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-04-30 17:03:06 -07:00
FrogAi 6115427ef0 Navigate on openpilot without a comma prime subscription
Added functionality to use navigate on openpilot without a comma prime subscription by using a custom MapBox key.
2024-04-30 17:03:05 -07:00
FrogAi 46eb175253 Model switcher
Added a model switcher to swap between several different models on the fly.
2024-04-30 17:03:05 -07:00
FrogAi 4d7674d50c Map Turn Speed Control
Added toggle for "Map Turn Speed Control".

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
2024-04-30 17:03:05 -07:00
FrogAi ebfb8976b2 Louder blindspot alert
Added toggle to enable a louder alert when a vehicle is detected in your blindspot when changing lanes.
2024-04-30 17:03:04 -07:00
FrogAi 20c1aee7ec Lock doors when in drive for Toyota/Lexus
Added toggle to automatically lock the doors when in drive for Toyota/Lexus vehicles.

Credit goes to AlexandreSato!

https: //github.com/AlexandreSato/openpilot
Co-Authored-By: Alexandre Nobuharu Sato <66435071+alexandresato@users.noreply.github.com>
2024-04-30 17:03:04 -07:00
FrogAi 6194244d23 Lead departing alert
Added toggle to enable an alert when the lead vehicle starts to depart.
2024-04-30 17:03:04 -07:00
FrogAi 6d959ddc36 Increase stopping distance from lead
Added toggle to increase the stop distance from lead vehicles.
2024-04-30 17:03:04 -07:00
FrogAi 38d8d6f650 Increase max speed faster on short presses
Added toggle to increase the value of the max speed by 5 instead of 1 for Toyota/Lexus and a custom set value for other makes.
2024-04-30 17:03:04 -07:00
FrogAi f059e73352 Holiday Themes
Added toggle to automatically change the current openpilot theme to a holiday related theme when the day/week falls on a specific holiday.
2024-04-30 17:03:03 -07:00
FrogAi c84f669df5 Higher bitrate uploads
Added toggle to increase the bitrate for uploads to comma connect.
2024-04-30 17:03:03 -07:00
FrogAi 6cbbfe4b9b Hide current speed in onroad UI
Added toggle to hide the current speed from the onroad UI and an additional function to enable/disable it by clicking on it via the onroad UI.
2024-04-30 17:03:03 -07:00
FrogAi 2bd2a74b2c Green light alert
Added toggle to alert the user when a red light turns to green.
2024-04-30 17:03:03 -07:00
FrogAi 7fcc0d27dd GM truck gas tune
Co-Authored-By: garrettpall <76917194+garrettpall@users.noreply.github.com>
2024-04-30 17:03:02 -07:00
FrogAi 864f74307a GM long pitch compensation
Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-04-30 17:03:02 -07:00
FrogAi 0e6e81fc53 Full sized map
Added toggle to expand the map across the entire onroad UI screen.
2024-04-30 17:03:02 -07:00
FrogAi b873bf848a FrogPilot's Toyota tune 2024-04-30 17:03:02 -07:00
FrogAi a30eaf473b FPS counter
Added toggle to enable an fps counter for the onroad UI and the current displayed camera.
2024-04-30 17:03:02 -07:00
FrogAi f4f02590f5 Force fingerprint function
Added function to automatically detect the vehicle's fingerprint if it exists, or an option to force the vehicle's fingerprint if it doesn't.
2024-04-30 17:03:02 -07:00
FrogAi 071e3bfc96 Force auto tune 2024-04-30 17:03:02 -07:00
FrogAi 2e865c2fcf Experimental Mode activation via steering wheel / onroad UI
Added toggles to control the current state of  "Experimental Mode" from either the LKAS/distance buttons or the screen.
2024-04-30 17:03:01 -07:00
FrogAi 464cb4620d Driver camera view when in reverse
Added toggle to show the driver camera when in the reverse gear.
2024-04-30 17:03:00 -07:00
FrogAi 7b8bc36d3d Draw adjacent paths in onroad UI
Added toggle to draw the adjacent paths in the onroad UI to visualize what other lanes the model may see.
2024-04-30 17:03:00 -07:00
FrogAi 06371a7b62 DragonPilot's Toyota tune
Co-Authored-By: eFini <16603033+efinilan@users.noreply.github.com>
Co-Authored-By: Kumar <36933347+rav4kumar@users.noreply.github.com>
2024-04-30 17:03:00 -07:00
FrogAi 09b75e3873 Display openpilot logics in the onroad UI
Added toggle to show openpilot's logic in regards to following lead vehicles and the acceleration in the onroad UI.
2024-04-30 17:03:00 -07:00
FrogAi 071fd84734 Disable uploading while onroad
Added toggle to disable uploading to connect.comma.ai while driving and without a WiFi connection.
2024-04-30 17:03:00 -07:00
FrogAi 1616b3963b Disable openpilot longitudinal control
Added toggle to disable openpilot longitudinal control and use stock ACC instead.
2024-04-30 17:03:00 -07:00
FrogAi 3fa74b1987 Device metrics in the sidebar
Added functions to enable device monitoring in the sidebar by tapping on their respective metric boxes.
2024-04-30 17:02:59 -07:00
FrogAi 5b5e7fa3b5 Device Management
Added toggles to customize the device shut down time, disable logging, disable uploads, disable internet connection check, and set a custom battery threshold check to help prevent battery drain.
2024-04-30 17:02:59 -07:00
FrogAi 4a0e9e661c Cydia's Toyota tune
Co-Authored-By: Irene <12470297+cydia2020@users.noreply.github.com>
2024-04-30 17:02:59 -07:00
FrogAi 65b54fcf0d Customizable personality profiles
Added toggles to customize the t_follow and jerk values for each of the personality profiles.
2024-04-30 17:02:59 -07:00
FrogAi 0fb9f835b2 Customize the model visuals in the onroad UI
Added toggles to customize the lane lines, path, road edges, path edges, and an "Unlimited Length" mode that extends the road UI out as far as the model can see.
2024-04-30 17:02:59 -07:00
FrogAi 37efcb9334 Custom themes
Added toggles for the "Custom Themes" configuration. Colors, icons, sounds, and turn signal animations are all individually toggleable.
2024-04-30 17:02:58 -07:00
FrogAi 1ff34756b3 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.

Co-Authored-By: eFini <16603033+efinilan@users.noreply.github.com>
Co-Authored-By: Kumar <36933347+rav4kumar@users.noreply.github.com>
2024-04-30 17:02:58 -07:00
FrogAi 409872bf13 Camera view selection
Added toggle to select the preferred camera view between "auto", "standard", "wide", and "driver".
2024-04-29 15:58:25 -07:00
FrogAi eb74db6b9a Blind spot path
Added toggle to display a red path in the adjacent lane when a vehicle is detected in the blind spot.
2024-04-29 15:57:52 -07:00
FrogAi 9589d2149d Automatic updates
Added function to automatically update FrogPilot for a completely "set and forget" experience.
2024-04-29 15:57:51 -07:00
FrogAi 9eac8e4256 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-04-29 15:57:51 -07:00