Commit Graph

85 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 5836a577d5 Run the updater when parked 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 b22ce9d6e1 Remove Mazdas from Dashcam Mode 2024-04-30 17:07:04 -07:00
FrogAi 4c4de0c410 Remove Global Subarus from Dashcam Mode 2024-04-30 17:07:04 -07:00
FrogAi 56c1589c87 Remove CAN-FD Fords from Dashcam Mode 2024-04-30 17:07:04 -07:00
FrogAi 72d4ccb2ef Register non-official devices 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 194b56ce57 Pedal interceptor SnG
Co-Authored-By: Eric Brown <13560103+nworb-cire@users.noreply.github.com>
2024-04-30 17:07:04 -07:00
FrogAi 3dbef0eac3 Pedal interceptor longitudinal control
Co-Authored-By: Eric Brown <13560103+nworb-cire@users.noreply.github.com>
2024-04-30 17:07:03 -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 5c0062e394 Panda flashing button in "Device" panel
Added button to the "Device" panel to flash the panda using the appropriate recovery script along with the killall script as a redundancy.
2024-04-30 17:07:03 -07:00
FrogAi f8137a9c3c openpilot crashed alert 2024-04-30 17:06:51 -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 62744480ac Lower Volt enable speed 2024-04-30 17:03:04 -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 80b2dc8632 Improve cluster offset for 7th Gen Lexus ES 2024-04-30 17:03:04 -07:00
FrogAi 06a71106dd Honda Clarity Port
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
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 2ad8eb5133 Fleet Manager
Added functionality to view screen recordings, error logs, routes, and control Navigation settings via the "Fleet Manager" process.

Credit goes to mike8643!

https: //github.com/mike8643
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
2024-04-30 17:03:01 -07:00
FrogAi 56307420dc Fix sport gear for HKG
Co-Authored-By: syncword <158204276+syncword@users.noreply.github.com>
2024-04-30 17:03:01 -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 ede4727e54 Error log button 2024-04-30 17:03:01 -07:00
FrogAi 163a626b2b EPS mod - 17'-22' - Select Bosch civic's
Co-Authored-By: cfranyota <46506059+cfranyota@users.noreply.github.com>
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