From 84c55ae75852b7f60ec706e4095e60a91908f50d Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Fri, 17 Jul 2026 05:10:43 -0400 Subject: [PATCH 1/2] fix(facts): normalize local-position velocity shortDescs to Vx/Vy/Vz Was mixed (VX / Vy / Vz). Align all three velocity facts for consistent UI labeling. --- src/Vehicle/FactGroups/LocalPositionFact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vehicle/FactGroups/LocalPositionFact.json b/src/Vehicle/FactGroups/LocalPositionFact.json index d7db03c5511..68db4d6e715 100644 --- a/src/Vehicle/FactGroups/LocalPositionFact.json +++ b/src/Vehicle/FactGroups/LocalPositionFact.json @@ -26,7 +26,7 @@ }, { "name": "vx", - "shortDesc": "VX", + "shortDesc": "Vx", "type": "double", "decimalPlaces": 1, "units": "m/s" From ff96997b7f6f781ee2f5658b1d18331fe265a52f Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 20:24:49 -0400 Subject: [PATCH 2/2] ci: re-trigger Linux integration (PlanViewLayerUITest flake)