aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/record_playback.py
diff options
context:
space:
mode:
authorSuchinton Chakravarty <suchinton.2001@gmail.com>2024-09-15 23:31:58 +0530
committerSuchinton Chakravarty <suchinton.2001@gmail.com>2024-09-29 23:31:52 +0530
commit65d4619371979c8921ff155a6fe1d7de0e1d3598 (patch)
treedefb38b033c88338b609c4b9ecc0edd55cb23124 /Scripts/record_playback.py
parentb0844193f37f477c9e7e509e0b4eaf221886192b (diff)
Add New Custom Gauges and CARLA playback refactored
- This commit adds new custom QML Gauges for Engine RPM, Speed, Fuel level and Coolant temp - Improve Exception handling for CARLA playback - Add the RPM and Speed Gauge elements - Update the functions resp. for updating their values - Fix Alignment of backgrounds, font size and progress bar - Update Half Gauge to have progress ticks - Add gauges to the main IC page Bug-AGL: SPEC-5161 Change-Id: I52274afb7ea95c812c539a0b21305ad078d5dadb Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com>
Diffstat (limited to 'Scripts/record_playback.py')
-rw-r--r--Scripts/record_playback.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/record_playback.py b/Scripts/record_playback.py
index e518356..5d3956e 100644
--- a/Scripts/record_playback.py
+++ b/Scripts/record_playback.py
@@ -139,3 +139,4 @@ def main():
if __name__ == "__main__":
main()
+