Acceleration path

Added toggle to always show the vehicle's acceleration/deceleration via the onroad UI path.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 6c946fc97a
commit f01d5fb25a
6 changed files with 6 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ typedef struct UIScene {
uint64_t started_frame;
// FrogPilot variables
bool acceleration_path;
bool enabled;
bool experimental_mode;