Commit Graph

197 Commits

Author SHA1 Message Date
huifan a653eda673 Revert "Update controlsd.py"
This reverts commit 8481eafe71.
2024-11-05 14:42:58 +08:00
huifan 9907d3864a Revert "Compile FrogPilot"
This reverts commit 0d501cfab2.
2024-11-05 10:16:32 +08:00
huifan 8481eafe71 Update controlsd.py 2024-11-05 09:46:55 +08:00
huifan 04f7150d85 Update sounds_settings.cc 2024-11-05 09:42:20 +08:00
huifan 1e6f33af2d speed_limit_controller 2024-11-05 09:42:16 +08:00
huifan 4c1b874167 Update visual_settings.cc 2024-11-05 00:30:43 +08:00
huifan 1a01ab4739 maps_settings 2024-11-05 00:23:50 +08:00
huifan 6fc9260045 HFOP 2024-11-05 00:02:00 +08:00
huifan 80012cdf7a Revert "Compile FrogPilot"
This reverts commit 0d501cfab2.
2024-11-04 21:54:14 +08:00
FrogAi 0d501cfab2 Compile FrogPilot 2024-11-01 19:50:52 -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