This commit is contained in:
Your Name
2024-05-04 03:52:41 -05:00
parent 2d86352097
commit 826b869bfc
4 changed files with 10 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ typedef enum UIStatus {
} UIStatus;
// Clearpilot new alpha constants
const float CENTER_LANE_ALPHA = 0.35;
const float CENTER_LANE_ALPHA = 0.40;
const float OTHER_LANE_ALPHA = 0.75;
const int CENTER_LANE_WIDTH = 50;