Commit Graph

176 Commits

Author SHA1 Message Date
FrogAi c2bb03a377 Visuals - Quality of Life - Full Map 2024-07-31 21:43:35 -07:00
FrogAi 84447e48d3 Visuals - Quality of Life - Big Map 2024-07-31 21:43:35 -07:00
FrogAi e4344185b1 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-07-31 21:43:35 -07:00
FrogAi b32be72de5 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-07-31 21:43:35 -07:00
FrogAi 35a56c018d 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-07-31 21:43:35 -07:00
FrogAi 9acc507b40 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-07-31 21:43:35 -07:00
FrogAi 585ca453f1 Visuals - Model UI - Lane Lines
Adjust the visual thickness of lane lines on your display.

Default matches the MUTCD average of 4 inches.
2024-07-31 21:43:35 -07:00
FrogAi 6825543ba6 Visuals - Model UI - Hide Lead Marker
Hide the lead marker from the onroad UI.
2024-07-31 21:43:34 -07:00
FrogAi b98734b461 Visuals - Model UI - Dynamic Path Width
Have the path width dynamically adjust based on the current engagement state of openpilot.
2024-07-31 21:43:34 -07:00
FrogAi 9466c6e7ed Visuals - Developer UI - Use International System of Units
Display relevant metrics in the SI format.
2024-07-31 21:43:34 -07:00
FrogAi c35fca94ea Visuals - Developer UI - Sidebar
Display various custom metrics on the sidebar for the CPU, GPU, RAM, IP, and storage used/left.
2024-07-31 21:43:34 -07:00
FrogAi 3d2123f8f7 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-07-31 21:43:34 -07:00
FrogAi 68c007d57b Visuals - Developer UI - Longitudinal Metrics - Longitudinal Jerk 2024-07-31 21:43:34 -07:00
FrogAi 491c428fcc Visuals - Developer UI - Longitudinal Metrics - Lead Info 2024-07-31 21:43:34 -07:00
FrogAi 440cac21ae Visuals - Developer UI - Lateral Metrics - Auto Tune 2024-07-31 21:43:33 -07:00
FrogAi 68079b07c9 Visuals - Developer UI - FPS counter
Display the 'Frames Per Second' (FPS) of your onroad UI for monitoring system performance.
2024-07-31 21:43:33 -07:00
FrogAi 306d1185d5 Visuals - Developer UI - Border Metrics - Turn Signal
Display turn signal metrics in onroad UI border.
2024-07-31 21:43:33 -07:00
FrogAi 3724f1294b Visuals - Developer UI - Border Metrics - Steering Torque
Display steering torque metrics in onroad UI border.
2024-07-31 21:43:33 -07:00
FrogAi 3a9fa0fa0a Visuals - Developer UI - Border Metrics - Blind Spot
Display blind spot metrics in onroad UI border.
2024-07-31 21:43:33 -07:00
FrogAi 38df29bd11 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-07-31 21:43:33 -07:00
FrogAi 3be51ac310 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-07-31 21:43:32 -07:00
FrogAi 179c46c587 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-07-31 21:43:32 -07:00
FrogAi ca38d806b5 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-07-31 21:43:31 -07:00
FrogAi 2b0d2dad42 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-07-31 21:43:31 -07:00
FrogAi ae258eebd6 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-07-31 21:43:31 -07:00
FrogAi 7ea95cf5de Visuals - Custom Onroad UI - Stopping Points
Display the point where openpilot wants to stop for red lights/stop signs.
2024-07-31 21:43:31 -07:00
FrogAi 503cff789e Visuals - Custom Onroad UI - Steering Wheel Icon - Live Rotation 2024-07-31 21:43:31 -07:00
FrogAi e8448841d9 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-07-31 21:43:31 -07:00
FrogAi 78ebe41b61 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-07-31 21:43:30 -07:00
FrogAi 097a67c8bd Visuals - Custom Onroad UI - Pedals Being Pressed
Display the brake and gas pedals on the onroad UI below the steering wheel icon.
2024-07-31 21:43:30 -07:00
FrogAi 4f275dd985 Visuals - Custom Onroad UI - Paths - Blind Spot
Show when a vehicle is detected in the blindspot.
2024-07-31 21:43:30 -07:00
FrogAi 0369734f56 Visuals - Custom Onroad UI - Paths - Adjacent
Show the detected adjacent lanes.
2024-07-31 21:43:30 -07:00
FrogAi 54d5dab930 Visuals - Custom Onroad UI - Paths - Acceleration
Show your projected acceleration on the driving path.
2024-07-31 21:43:30 -07:00
FrogAi c9d8981d64 Visuals - Custom Onroad UI - Compass
Add a compass to the onroad UI.
2024-07-31 21:43:30 -07:00
FrogAi a0716c1849 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-07-31 21:43:30 -07:00
FrogAi 360fd82edc Visuals - Custom Alerts - Lead Departing Alert
Get an alert when the lead vehicle starts departing when at a standstill.
2024-07-31 21:43:30 -07:00
FrogAi acff272b4b Visuals - Custom Alerts - Green light alert
Get an alert when a traffic light changes from red to green.
2024-07-31 21:43:29 -07:00
FrogAi ea9d42aea3 Visuals - Alert Volume Controller
Control the volume level for each individual sound in openpilot.
2024-07-31 21:43:29 -07:00
FrogAi 0c887120a7 Vehicles - Toyota - Longitudinal Tune - FrogPilot 2024-07-31 21:43:29 -07:00
FrogAi 6ca37336b5 Vehicles - Toyota - Longitudinal Tune - Cydia
Co-Authored-By: Irene <12470297+cydia2020@users.noreply.github.com>
2024-07-31 21:43:29 -07:00
FrogAi a522142fee Vehicles - Toyota - Stop and Go Hack
Enable the 'Stop and Go' hack for vehicles without stock stop and go functionality.
2024-07-31 21:43:29 -07:00
FrogAi b7589d0810 Vehicles - Toyota - Cluster Offset 2024-07-31 21:43:29 -07:00
FrogAi 42b8b5f102 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-07-31 21:43:29 -07:00
FrogAi e83bb4d955 Vehicles - Subaru - Subaru Crosstrek Torque Increase
Increases the maximum allowed torque for the Subaru Crosstrek.
2024-07-31 21:43:29 -07:00
FrogAi 654532f21f Vehicles - GM - Long Pitch Compensation
Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
2024-07-31 21:43:29 -07:00
FrogAi bc69369d36 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-07-31 21:43:28 -07:00
FrogAi 8a16f3b01b Vehicles - Disable openpilot Longitudinal Control
Disable openpilot longitudinal control and use stock ACC instead.
2024-07-31 21:43:28 -07:00
FrogAi 4af85abf2f 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-07-31 21:43:28 -07:00
FrogAi 930f0763d6 Controls - Speed Limit Controller - Speed Limit Changed Alert 2024-07-31 21:43:28 -07:00
FrogAi 45116ded6d 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-07-31 21:43:28 -07:00