Commit Graph

160 Commits

Author SHA1 Message Date
FrogAi e1c9642900 Visuals - Model UI - Path Width
Customize the width of the driving path shown on your UI.

Default matches the width of a 2019 Lexus ES 350.
2024-06-17 15:57:37 -07:00
FrogAi 5cffbe5e38 Visuals - Model UI - Path Edges
Adjust the width of the path edges shown on your UI to represent different driving modes and statuses.

Default is 20% of the total path.

Blue = Navigation
Light Blue = 'Always On Lateral'
Green = Default
Orange = 'Experimental Mode'
Red = 'Traffic Mode'
Yellow = 'Conditional Experimental Mode' Overriden
2024-06-17 15:57:36 -07:00
FrogAi ff32c2c07b Visuals - Model UI - Lane Lines
Adjust the visual thickness of lane lines on your display.

Default matches the MUTCD average of 4 inches.
2024-06-17 15:57:35 -07:00
FrogAi 1b746a6ee7 Visuals - Model UI - Hide Lead Marker
Hide the lead marker from the onroad UI.
2024-06-17 15:57:35 -07:00
FrogAi ef5a0b4509 Visuals - Model UI - Dynamic Path Width
Have the path width dynamically adjust based on the current engagement state of openpilot.
2024-06-17 15:57:34 -07:00
FrogAi 6ba34f8f40 Visuals - Developer UI - Use International System of Units
Display relevant metrics in the SI format.
2024-06-17 15:57:33 -07:00
FrogAi 8ef6f3cf2e Visuals - Developer UI - Sidebar
Display various custom metrics on the sidebar for the CPU, GPU, RAM, IP, and storage used/left.
2024-06-17 15:57:33 -07:00
FrogAi 2926f40b8b Visuals - Developer UI - Numerical Temperature Gauge
Replace the 'GOOD', 'OK', and 'HIGH' temperature statuses with a numerical temperature gauge based on the highest temperature between the memory, CPU, and GPU.
2024-06-17 15:57:32 -07:00
FrogAi c107925ea3 Visuals - Developer UI - Longitudinal Metrics
Display various metrics related to the longitudinal performance of openpilot.
2024-06-17 15:57:31 -07:00
FrogAi f2456d96e9 Visuals - Developer UI - Lateral Metrics
Display various metrics related to the lateral performance of openpilot.
2024-06-17 15:57:31 -07:00
FrogAi 14acf84277 Visuals - Developer UI - FPS counter
Display the 'Frames Per Second' (FPS) of your onroad UI for monitoring system performance.
2024-06-17 15:57:30 -07:00
FrogAi 445c34d1ac Visuals - Developer UI - Border Metrics - Turn Signal
Display turn signal metrics in onroad UI border.
2024-06-17 15:57:29 -07:00
FrogAi b4b8315473 Visuals - Developer UI - Border Metrics - Steering Torque
Display steering torque metrics in onroad UI border.
2024-06-17 15:57:29 -07:00
FrogAi 96c396ff38 Visuals - Developer UI - Border Metrics - Blind Spot
Display blind spot metrics in onroad UI border.
2024-06-17 15:57:28 -07:00
FrogAi 4c37a010c7 Visuals - Custom Themes - Random Events
Enjoy a bit of unpredictability with random events that can occur during certain driving conditions. This is purely cosmetic and has no impact on driving controls!
2024-06-17 15:57:27 -07:00
FrogAi 32012909a8 Visuals - Custom Themes - Holiday Themes
The openpilot theme changes according to the current/upcoming holiday. Minor holidays last a day, while major holidays (Easter, Christmas, Halloween, etc.) last a week.
2024-06-17 15:57:27 -07:00
FrogAi 0f87bb4660 Visuals - Custom Themes - Turn Signals
Add themed animation for your turn signals.

Want to submit your own turn signal animation? Post it in the 'feature-request' channel in the FrogPilot Discord!
2024-06-17 15:57:26 -07:00
FrogAi 593da1fd28 Visuals - Custom Themes - Sound Pack
Switch out the standard openpilot sounds with a set of themed sounds.

Want to submit your own sound pack? Post it in the 'feature-request' channel in the FrogPilot Discord!
2024-06-17 15:57:25 -07:00
FrogAi c2ec0ff3f3 Visuals - Custom Themes - Icon Pack
Switch out the standard openpilot icons with a set of themed icons.

Want to submit your own icon pack? Post it in the 'feature-request' channel in the FrogPilot Discord!
2024-06-17 15:57:24 -07:00
FrogAi c391c8c3b9 Visuals - Custom Themes - Color Theme
Switch out the standard openpilot color scheme with themed colors.

Want to submit your own color scheme? Post it in the 'feature-request' channel in the FrogPilot Discord!
2024-06-17 15:57:23 -07:00
FrogAi 9d8160756a Visuals - Custom Onroad UI - Steering Wheel Icon - Live Rotation 2024-06-17 15:57:23 -07:00
FrogAi 02be38baf9 Visuals - Custom Onroad UI - Steering Wheel Icon
Replace the default steering wheel icon with a custom icon.

Want to add your own steering wheel? Request one under "feature-requests" on the FrogPilot Discord!
2024-06-17 15:57:22 -07:00
FrogAi d06a0547f6 Visuals - Custom Onroad UI - Road Name
Display the current road's name at the bottom of the screen. Sourced from OpenStreetMap.

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
2024-06-17 15:57:21 -07:00
FrogAi 2aaceacd47 Visuals - Custom Onroad UI - Pedals Being Pressed
Display the brake and gas pedals on the onroad UI below the steering wheel icon.
2024-06-17 15:57:21 -07:00
FrogAi 3766458b07 Visuals - Custom Onroad UI - Paths - Blind Spot
Show when a vehicle is detected in the blindspot.
2024-06-17 15:57:20 -07:00
FrogAi 9e36b2d67a Visuals - Custom Onroad UI - Paths - Adjacent
Show the detected adjacent lanes.
2024-06-17 15:57:19 -07:00
FrogAi 29d392e028 Visuals - Custom Onroad UI - Paths - Acceleration
Show your projected acceleration on the driving path.
2024-06-17 15:57:18 -07:00
FrogAi cb75a5a8ad Visuals - Custom Onroad UI - Compass
Add a compass to the onroad UI.
2024-06-17 15:57:18 -07:00
FrogAi 5dabd93afc Visuals - Custom Alerts - Loud Blindspot Alert
Enable a louder alert for when a vehicle is detected in the blindspot when attempting to change lanes.
2024-06-17 15:57:17 -07:00
FrogAi a343132637 Visuals - Custom Alerts - Lead Departing Alert
Get an alert when the lead vehicle starts departing when at a standstill.
2024-06-17 15:57:16 -07:00
FrogAi 23764c328d Visuals - Custom Alerts - Green light alert
Get an alert when a traffic light changes from red to green.
2024-06-17 15:57:16 -07:00
FrogAi 5428fa4f72 Visuals - Alert Volume Controller
Control the volume level for each individual sound in openpilot.
2024-06-17 15:57:15 -07:00
FrogAi 573b834474 Vehicles - Toyota - Longitudinal Tune - FrogPilot 2024-06-17 15:57:14 -07:00
FrogAi 59ce7ce612 Vehicles - Toyota - Longitudinal Tune - DragonPilot
Co-Authored-By: eFini <16603033+efinilan@users.noreply.github.com>
Co-Authored-By: Kumar <36933347+rav4kumar@users.noreply.github.com>
2024-06-17 15:57:14 -07:00
FrogAi cb07affb70 Vehicles - Toyota - Longitudinal Tune - Cydia
Co-Authored-By: Irene <12470297+cydia2020@users.noreply.github.com>
2024-06-17 15:57:13 -07:00
FrogAi 45a02d331a Vehicles - Toyota - Stop and Go Hack
Enable the 'Stop and Go' hack for vehicles without stock stop and go functionality.
2024-06-17 15:57:12 -07:00
FrogAi 08220bb4c2 Vehicles - Toyota - Cluster Offset 2024-06-17 15:57:12 -07:00
FrogAi d8f8a9b754 Vehicles - Toyota - Automatically Lock/Unlock Doors
Automatically lock the doors when in drive and unlock when in park.

Credit goes to AlexandreSato!

https: //github.com/AlexandreSato/openpilot
Co-Authored-By: Alexandre Nobuharu Sato <66435071+alexandresato@users.noreply.github.com>
2024-06-17 15:57:11 -07:00
FrogAi 1fce763ad2 Vehicles - Subaru - Subaru Crosstrek Torque Increase
Increases the maximum allowed torque for the Subaru Crosstrek.
2024-06-17 15:57:11 -07:00
FrogAi c95164c80d Vehicles - GM - Truck Tune
Increase the acceleration and smoothen out the brake control when coming to a stop. For use on Silverado/Sierra only.

Co-Authored-By: garrettpall <76917194+garrettpall@users.noreply.github.com>
2024-06-17 15:57:10 -07:00
FrogAi 958e8d518a Vehicles - GM - Long Pitch Compensation
Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-06-17 15:57:09 -07:00
FrogAi 353830e653 Vehicles - Force Fingerprint
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-06-17 15:57:09 -07:00
FrogAi c4a3014867 Vehicles - Disable openpilot Longitudinal Control
Disable openpilot longitudinal control and use stock ACC instead.
2024-06-17 15:57:08 -07:00
FrogAi 0135953aaf Controls - Vision Turn Speed Controller
Slow down for detected curves in the road.

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
2024-06-17 15:57:07 -07:00
FrogAi 0688862242 Controls - Speed Limit Controller - Speed Limit Changed Alert 2024-06-17 15:57:07 -07:00
FrogAi c18739c613 Controls - Speed Limit Controller - Read speed limits from the dash
Co-Authored-By: Efini <19368997+efini@users.noreply.github.com>
Co-Authored-By: Kumar <36933347+rav4kumar@users.noreply.github.com>
Co-Authored-By: multikyd <72329880+multikyd@users.noreply.github.com>
2024-06-17 15:57:06 -07:00
FrogAi 30480e6d1e Controls - Speed Limit Controller - Override Method 2024-06-17 15:57:05 -07:00
FrogAi 383e4690ff Controls - Speed Limit Controller - Confirm New Speed Limits
Don't automatically start using the new speed limit until it's been manually confirmed.
2024-06-17 15:57:04 -07:00
FrogAi e47c6ae852 Controls - Speed Limit Controller
Automatically adjust the max speed to match the current speed limit using 'Open Street Maps', 'Navigate On openpilot', or your car's dashboard (Toyotas/Lexus/HKG only).

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
2024-06-17 15:57:04 -07:00
FrogAi b262df3088 Controls - Quality of Life - Set Speed Offset
Set an offset for your desired set speed.

Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-06-17 15:57:03 -07:00