Rotating steering wheel in onroad UI

Added toggle to rotate the steering wheel in the top right corner of the onroad UI.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 6661c4dd89
commit 6d1cf97da4
6 changed files with 38 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ private:
// FrogPilot variables
UIScene &scene;
bool rotatingWheel;
int steeringAngleDeg;
int y_offset;
};