Commit Graph

190 Commits

Author SHA1 Message Date
FrogAi 315655a8c2 Compile FrogPilot 2024-11-03 14:48:05 -07:00
FrogAi 51d76de3c5 November 3nd, 2024 Patch 2024-11-03 14:48:02 -07:00
FrogAi 9c56143539 November 2nd, 2024 Patch 2024-11-02 19:36:15 -07:00
FrogAi 5145bdbd8d November 2024 Update 2024-11-01 19:50:50 -07:00
FrogAi d9aaed3c64 October 2024 Update 2024-10-23 12:59:07 -07:00
FrogAi 1acc93990f September 2024 Update 2024-09-02 01:34:59 -07:00
FrogAi 27cbcc4d1c Temporary HKG longitudinal fixes 2024-08-06 15:21:43 -07:00
FrogAi 8699f29666 Temporary GM longitudinal fixes 2024-08-06 15:21:42 -07:00
FrogAi 96e847e051 Visuals - Screen Management - Standby Mode
Turn the screen off after your screen times out when onroad, but wake it back up when engagement state changes or important alerts are triggered.
2024-08-06 15:21:42 -07:00
FrogAi 5269efbf3d Visuals - Screen Management - Screen Timeout (Onroad)
Customize how long it takes for your screen to turn off when onroad.
2024-08-06 15:21:42 -07:00
FrogAi f6aaedd9c9 Visuals - Screen Management - Screen Timeout
Customize how long it takes for your screen to turn off.
2024-08-06 15:21:42 -07:00
FrogAi b503a0236c Visuals - Screen Management - Screenrecorder
Enable the ability 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-08-06 15:21:42 -07:00
FrogAi 8186a03997 Visuals - Screen Management - Screen Brightness (Onroad)
Customize your screen brightness when onroad.
2024-08-06 15:21:42 -07:00
FrogAi f0763c6c31 Visuals - Screen Management - Screen Brightness
Customize your screen brightness when offroad.
2024-08-06 15:21:42 -07:00
FrogAi 3624eb2e7a Visuals - Screen Management - Hide UI Elements - Max Speed 2024-08-06 15:21:42 -07:00
FrogAi cf06c93c0a Visuals - Screen Management - Hide UI Elements - Map Icon
Hide the map icon button on the onroad screen.
2024-08-06 15:21:42 -07:00
FrogAi 89ab6b591a Visuals - Screen Management - Hide UI Elements - Alerts
Hide non-critical alerts on the onroad screen.
2024-08-06 15:21:42 -07:00
FrogAi efb2be1900 Visuals - Quality of Life - Use Wheel Speed
Use the wheel speed instead of the cluster speed in the onroad UI.
2024-08-06 15:21:41 -07:00
FrogAi 61495da103 Visuals - Quality of Life - Stopped Timer
Display a timer in the onroad UI that indicates how long you've been stopped for.
2024-08-06 15:21:41 -07:00
FrogAi b4d4f7e455 Visuals - Quality of Life - Map Style
Select a map style to use with navigation.

Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
Co-Authored-By: multikyd <72329880+multikyd@users.noreply.github.com>
Co-Authored-By: Tim Jumpertz <44060819+pencilpusher@users.noreply.github.com>
2024-08-06 15:21:41 -07:00
FrogAi 8984a623fd Visuals - Quality of Life - Hide Speed
Hide the speed indicator in the onroad UI. Additional toggle allows it to be hidden/shown via tapping the speed itself.
2024-08-06 15:21:41 -07:00
FrogAi 734eca32a6 Visuals - Quality of Life - Driver Camera On Reverse
Added toggle to show the driver camera when in the reverse gear.
2024-08-06 15:21:41 -07:00
FrogAi 66f8878ba8 Visuals - Quality of Life - Camera View
Choose your preferred camera view for the onroad UI. This is purely a visual change and doesn't impact how openpilot drives.
2024-08-06 15:21:41 -07:00
FrogAi 87e11e5bc4 Visuals - Quality of Life - Full Map 2024-08-06 15:21:41 -07:00
FrogAi 4a27842846 Visuals - Quality of Life - Big Map 2024-08-06 15:21:41 -07:00
FrogAi 1ab138a38e Visuals - Model UI - 'Unlimited' Road UI Length
Extend the display of the path, lane lines, and road edges out as far as the model can see.
2024-08-06 15:21:41 -07:00
FrogAi 4eb3e3e94b Visuals - Model UI - Road Edges
Adjust the visual thickness of road edges on your display.

Default is 1/2 of the MUTCD average lane line width of 4 inches.
2024-08-06 15:21:41 -07:00
FrogAi 5df744cd6b 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-08-06 15:21:41 -07:00
FrogAi 29271b0f4c 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-08-06 15:21:41 -07:00
FrogAi ca10ff1ee1 Visuals - Model UI - Lane Lines
Adjust the visual thickness of lane lines on your display.

Default matches the MUTCD average of 4 inches.
2024-08-06 15:21:40 -07:00
FrogAi d3c406964f Visuals - Model UI - Hide Lead Marker
Hide the lead marker from the onroad UI.
2024-08-06 15:21:40 -07:00
FrogAi c71a12f56f Visuals - Model UI - Dynamic Path Width
Have the path width dynamically adjust based on the current engagement state of openpilot.
2024-08-06 15:21:40 -07:00
FrogAi 0a10698124 Visuals - Developer UI - Use International System of Units
Display relevant metrics in the SI format.
2024-08-06 15:21:40 -07:00
FrogAi 59bed718b3 Visuals - Developer UI - Sidebar
Display various custom metrics on the sidebar for the CPU, GPU, RAM, IP, and storage used/left.
2024-08-06 15:21:40 -07:00
FrogAi b47cab142d 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-08-06 15:21:40 -07:00
FrogAi 21a6bb61d9 Visuals - Developer UI - Longitudinal Metrics - Longitudinal Jerk 2024-08-06 15:21:40 -07:00
FrogAi be5fc3d4ff Visuals - Developer UI - Longitudinal Metrics - Lead Info 2024-08-06 15:21:40 -07:00
FrogAi 0fbb4ddf8a Visuals - Developer UI - Lateral Metrics - Auto Tune 2024-08-06 15:21:40 -07:00
FrogAi bc68e89f70 Visuals - Developer UI - FPS counter
Display the 'Frames Per Second' (FPS) of your onroad UI for monitoring system performance.
2024-08-06 15:21:40 -07:00
FrogAi f64b9217dd Visuals - Developer UI - Border Metrics - Turn Signal
Display turn signal metrics in onroad UI border.
2024-08-06 15:21:40 -07:00
FrogAi 31678b7269 Visuals - Developer UI - Border Metrics - Steering Torque
Display steering torque metrics in onroad UI border.
2024-08-06 15:21:40 -07:00
FrogAi cb430e489f Visuals - Developer UI - Border Metrics - Blind Spot
Display blind spot metrics in onroad UI border.
2024-08-06 15:21:39 -07:00
FrogAi 322eab5173 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-08-06 15:21:39 -07:00
FrogAi a66ba24fed 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-08-06 15:21:39 -07:00
FrogAi feb7978839 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-08-06 15:21:38 -07:00
FrogAi c711d9adbc 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-08-06 15:21:38 -07:00
FrogAi 100f6044d6 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-08-06 15:21:38 -07:00
FrogAi 2740c83a79 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-08-06 15:21:38 -07:00
FrogAi 5c84c8ded9 Visuals - Custom Onroad UI - Stopping Points
Display the point where openpilot wants to stop for red lights/stop signs.
2024-08-06 15:21:38 -07:00
FrogAi 4347767ef6 Visuals - Custom Onroad UI - Steering Wheel Icon - Live Rotation 2024-08-06 15:21:38 -07:00