228 Commits

Author SHA1 Message Date
机械小鸽
cafdec9e3a
中文翻译 2024-12-01 21:17:35 +08:00
机械小鸽
45acc31bdd
Add files via upload 2024-12-01 15:01:43 +08:00
garrettpall
924ee12ab0 + Mazda Stock Custom Longitudinal Control 2024-06-01 07:44:26 -04:00
FrogAi
1b9fc72d80 GM Stock Custom Longitudinal Control
Co-Authored-By: garrettpall <76917194+garrettpall@users.noreply.github.com>
2024-06-01 02:49:23 -07:00
FrogAi
c6319a4aa6 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-06-01 02:47:23 -07:00
FrogAi
de232c4bab Visuals - Screen Management - Screen Timeout (Onroad)
Customize how long it takes for your screen to turn off when onroad.
2024-06-01 02:47:23 -07:00
FrogAi
fb11cc7ff4 Visuals - Screen Management - Screen Timeout
Customize how long it takes for your screen to turn off.
2024-06-01 02:47:23 -07:00
FrogAi
14cd89f704 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-06-01 02:47:22 -07:00
FrogAi
2c5cb0f173 Visuals - Screen Management - Screen Brightness (Onroad)
Customize your screen brightness when onroad.
2024-06-01 02:47:22 -07:00
FrogAi
8d1ce7a2d8 Visuals - Screen Management - Screen Brightness
Customize your screen brightness when offroad.
2024-06-01 02:47:22 -07:00
FrogAi
5ec20771b5 Visuals - Screen Management - Hide UI Elements - Max Speed 2024-06-01 02:47:22 -07:00
FrogAi
998b15405c Visuals - Screen Management - Hide UI Elements - Map Icon
Hide the map icon button on the onroad screen.
2024-06-01 02:47:22 -07:00
FrogAi
3a7a0310a2 Visuals - Screen Management - Hide UI Elements - Alerts
Hide non-critical alerts on the onroad screen.
2024-06-01 02:47:22 -07:00
FrogAi
537b1124d0 Visuals - Quality of Life - Use Wheel Speed
Use the wheel speed instead of the cluster speed in the onroad UI.
2024-06-01 02:47:22 -07:00
FrogAi
6ff42e6b80 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-06-01 02:47:22 -07:00
FrogAi
859e5dfe52 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-06-01 02:47:22 -07:00
FrogAi
c4a5749c6c Visuals - Quality of Life - Driver Camera On Reverse
Added toggle to show the driver camera when in the reverse gear.
2024-06-01 02:47:22 -07:00
FrogAi
0ce100c7ce 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-06-01 02:47:22 -07:00
FrogAi
3533d59547 Visuals - Quality of Life - Full Map 2024-06-01 02:47:22 -07:00
FrogAi
ad1a65786e Visuals - Quality of Life - Big Map
Increase the size of the map in the onroad UI.
2024-06-01 02:47:22 -07:00
FrogAi
40abf95416 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-06-01 02:47:22 -07:00
FrogAi
5aa41eddd8 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-06-01 02:47:21 -07:00
FrogAi
ccf5c57a13 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-01 02:47:21 -07:00
FrogAi
308672a963 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-01 02:47:21 -07:00
FrogAi
39907b3408 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-01 02:47:21 -07:00
FrogAi
374ef6d465 Visuals - Model UI - Hide Lead Marker
Hide the lead marker from the onroad UI.
2024-06-01 02:47:21 -07:00
FrogAi
a6b7824b4e Visuals - Model UI - Dynamic Path Width
Have the path width dynamically adjust based on the current engagement state of openpilot.
2024-06-01 02:47:21 -07:00
FrogAi
41afd0f89a Visuals - Developer UI - Use International System of Units
Display relevant metrics in the SI format.
2024-06-01 02:47:21 -07:00
FrogAi
e09fc54751 Visuals - Developer UI - Sidebar
Display various custom metrics on the sidebar for the CPU, GPU, RAM, IP, and storage used/left.
2024-06-01 02:47:21 -07:00
FrogAi
43a884610a 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-01 02:47:21 -07:00
FrogAi
72aa33447e Visuals - Developer UI - Longitudinal Metrics
Display various metrics related to the longitudinal performance of openpilot.
2024-06-01 02:47:21 -07:00
FrogAi
119e63952b Visuals - Developer UI - Lateral Metrics
Display various metrics related to the lateral performance of openpilot.
2024-06-01 02:47:21 -07:00
FrogAi
5ca48bea57 Visuals - Developer UI - FPS counter
Display the 'Frames Per Second' (FPS) of your onroad UI for monitoring system performance.
2024-06-01 02:47:21 -07:00
FrogAi
2f993ee079 Visuals - Developer UI - Border Metrics - Turn Signal
Display turn signal metrics in onroad UI border.
2024-06-01 02:47:21 -07:00
FrogAi
31c9f33623 Visuals - Developer UI - Border Metrics - Steering Torque
Display steering torque metrics in onroad UI border.
2024-06-01 02:47:21 -07:00
FrogAi
20bc0dfe7d Visuals - Developer UI - Border Metrics - Blind Spot
Display blind spot metrics in onroad UI border.
2024-06-01 02:47:20 -07:00
FrogAi
430ec81028 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-01 02:47:20 -07:00
FrogAi
2867aafe65 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-01 02:47:20 -07:00
FrogAi
17de87484a 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-01 02:47:19 -07:00
FrogAi
d507acf585 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-01 02:47:19 -07:00
FrogAi
bed50071a9 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-01 02:47:19 -07:00
FrogAi
62e3e7225b 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-01 02:47:19 -07:00
FrogAi
159f53d20c Visuals - Custom Onroad UI - Steering Wheel Icon - Live Rotation 2024-06-01 02:47:19 -07:00
FrogAi
9c7a043300 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-01 02:47:19 -07:00
FrogAi
cc2cf306f3 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-01 02:47:19 -07:00
FrogAi
e244f4fc98 Visuals - Custom Onroad UI - Pedals Being Pressed
Display the brake and gas pedals on the onroad UI below the steering wheel icon.
2024-06-01 02:47:19 -07:00
FrogAi
9b78ec1316 Visuals - Custom Onroad UI - Paths - Blind Spot
Show when a vehicle is detected in the blindspot.
2024-06-01 02:47:19 -07:00
FrogAi
532048a2e9 Visuals - Custom Onroad UI - Paths - Adjacent
Show the detected adjacent lanes.
2024-06-01 02:47:19 -07:00
FrogAi
358d37f8ee Visuals - Custom Onroad UI - Paths - Acceleration
Show your projected acceleration on the driving path.
2024-06-01 02:47:19 -07:00
FrogAi
6069692f15 Visuals - Custom Onroad UI - Compass
Add a compass to the onroad UI.
2024-06-01 02:47:18 -07:00