Commit Graph

77 Commits

Author SHA1 Message Date
FrogAi aad11f9faa openpilot crashed alert 2024-03-15 14:43:26 -07:00
FrogAi eca37ed27a Open Street Maps 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-03-15 14:43:26 -07:00
FrogAi bce0b38bf3 Onroad compass
Added toggle for a compass in the onroad UI.
2024-03-15 14:43:26 -07:00
FrogAi 46d2c110d3 Offline Mode
Added button and toggle to allow the device to be offline indefinitely.
2024-03-15 14:43:26 -07:00
FrogAi 34dda4888d 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-03-15 14:43:26 -07:00
FrogAi 692cb4e7c1 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-03-15 14:43:25 -07:00
FrogAi 37831bc458 NNFF
Added toggle to enable NNFF.

Credit goes to Twilsonco!

https: //github.com/twilsonco
Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-03-15 14:43:22 -07:00
FrogAi fac883193d Navigate on openpilot without a comma prime subscription
Added functionality to use navigate on openpilot without a comma prime subscription with a custom set MapBox key.
2024-03-15 14:43:21 -07:00
FrogAi 7c4042eff2 Navigate on Chill Mode
Co-Authored-By: garrettpall <76917194+garrettpall@users.noreply.github.com>
2024-03-15 14:43:21 -07:00
FrogAi 42aaf27d25 Model switcher
Added model selector to swap between several different models on the fly.
2024-03-15 14:43:21 -07:00
FrogAi 7dc3a2007f 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-03-15 14:43:19 -07:00
FrogAi b76e7583bd Lower Volt enable speed
Co-Authored-By: Eric Brown <13560103+nworb-cire@users.noreply.github.com>
2024-03-15 14:43:19 -07:00
FrogAi 364995aafe Loud blindspot alert
Added toggle to enable a louder alert when a vehicle is detected in your blindspot when changing lanes.
2024-03-15 14:43:19 -07:00
FrogAi 0420f59cd8 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-03-15 14:43:19 -07:00
FrogAi 6d420473d2 Lead departing alert
Added toggle to enable an alert when the lead vehicle starts to depart.
2024-03-15 14:43:19 -07:00
FrogAi 7b3eb9e1c5 Lane detection
Added lane detection function to determine the width of the adjacent lanes.
2024-03-15 14:43:19 -07:00
FrogAi 3eee1f84b8 Increase stop distance
Added toggle to increase the stop distance from lead vehicles.
2024-03-15 14:43:19 -07:00
FrogAi 2e7b6f4adf Increase max speed by 5 on short press
Added toggle to increase the value of the max speed by 5 instead of 1 and an additional function to enable/disable it by taping the "Max" speed icon in the onroad UI.
2024-03-15 14:43:19 -07:00
FrogAi 1bece435d6 Increase interactive timeout when onroad to 30 seconds 2024-03-15 14:43:19 -07:00
FrogAi 44c6d3f347 Improve cluster offset for 7th Gen Lexus ES 2024-03-15 14:43:19 -07:00
FrogAi 864a0cbc17 Honda Clarity Port
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
2024-03-15 14:43:18 -07:00
FrogAi 0cb2322e9f Holiday Themes 2024-03-15 14:43:17 -07:00
FrogAi 2a1c561087 Higher bitrate uploads
Added toggle to increase the bitrate for uploads to comma connect
2024-03-15 14:43:17 -07:00
FrogAi 4c1fdd91a4 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-03-15 14:43:17 -07:00
FrogAi e2bbb1ff26 Green light alert
Added toggle to alert the user when a red light turns to green.
2024-03-15 14:43:17 -07:00
FrogAi 36b67bfe2d GM truck gas tune
Co-Authored-By: garrettpall <76917194+garrettpall@users.noreply.github.com>
2024-03-15 14:43:17 -07:00
FrogAi 6ac0ce1ee6 GM long pitch compensation
Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-03-15 14:43:17 -07:00
FrogAi 53630f41f0 Full sized map
Added toggle to expand the map across the entire onroad UI screen.
2024-03-15 14:43:17 -07:00
James 6bc4d51c4f FrogPilot's Toyota tune 2024-03-15 14:43:16 -07:00
FrogAi 8a1b2b9139 FPS counter
Added toggle to enable an fps counter for the onroad UI and the current displayed camera.
2024-03-15 14:43:16 -07:00
FrogAi c7bc1f257a 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-03-15 14:43:16 -07:00
FrogAi e331776b0a Force auto tune 2024-03-15 14:43:16 -07:00
FrogAi cc4cb1704a 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-03-15 14:43:16 -07:00
FrogAi c420ea0ec2 Fix sport gear for HKG 2024-03-15 14:43:16 -07:00
FrogAi a586dcb929 Fired the babysitter
Added toggles to dsiable the "System Overheated" alert and all logging.
2024-03-15 14:43:16 -07:00
FrogAi 5ea073b028 Experimental Mode activation via steering wheel / onroad UI
Added toggle to enable or disable Experimental Mode from the steering wheel or onroad UI.
2024-03-15 14:43:15 -07:00
FrogAi d773687b47 Error log button 2024-03-15 14:43:15 -07:00
FrogAi 90c1753c18 EPS mod - 17'-22' - Select Bosch civic's
Co-Authored-By: cfranyota <46506059+cfranyota@users.noreply.github.com>
2024-03-15 14:43:15 -07:00
FrogAi 9cf0f57373 Enable comma's NN for all Chevy Bolts 2024-03-15 14:43:15 -07:00
FrogAi 98070a29c2 Driver camera view when in reverse
Added toggle to show the driver camera when in the reverse gear.
2024-03-15 14:43:15 -07:00
FrogAi 37d7bccbef Draw adjacent paths in onroad UI
Added toggle to draw the adjacent paths in the onroad UI to visualize what other lanes the model sees.
2024-03-15 14:43:15 -07:00
FrogAi daf91ce64e 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-03-15 14:43:15 -07:00
FrogAi d63a5dd1a1 Display openpilot logics for following lead vehicles
Added toggle to show openpilot's logic in regards to following lead vehicles.
2024-03-15 14:43:15 -07:00
FrogAi 63636bab3e Disable uploading while onroad
Added toggle to disable uploading to connect.comma.ai while driving and without a WiFi connection to prevent large amounts of data usage.
2024-03-15 14:43:14 -07:00
FrogAi 184f533611 Disable resume required event after it's been shown 2024-03-15 14:43:14 -07:00
FrogAi e3c73bc209 Disable below steer speed event after it's been shown 2024-03-15 14:43:14 -07:00
FrogAi fea77d7b77 Device shut down timer
Added toggle to shut down the device after being offroad for a specified amount of time.
2024-03-15 14:43:14 -07:00
FrogAi b4cc7befbc Device metrics in the sidebar
Added functions to enable device monitoring in the sidebar by tapping on their respective metric boxes.
2024-03-15 14:43:14 -07:00
FrogAi b442d011bd Detect if the map is open 2024-03-15 14:43:14 -07:00
FrogAi 8e40f93af1 Delete driving footage button 2024-03-15 14:43:14 -07:00