diff --git a/tools/plotjuggler/layouts/controls_mismatch_debug.xml b/tools/plotjuggler/layouts/controls_mismatch_debug.xml
index 646e12a28..cf337aa7d 100644
--- a/tools/plotjuggler/layouts/controls_mismatch_debug.xml
+++ b/tools/plotjuggler/layouts/controls_mismatch_debug.xml
@@ -16,7 +16,7 @@
-
+
@@ -58,4 +58,3 @@
-
diff --git a/tools/plotjuggler/layouts/gps_vs_llk.xml b/tools/plotjuggler/layouts/gps_vs_llk.xml
index 69b8f2005..2051c2bef 100644
--- a/tools/plotjuggler/layouts/gps_vs_llk.xml
+++ b/tools/plotjuggler/layouts/gps_vs_llk.xml
@@ -24,8 +24,8 @@
-
-
+
+
@@ -72,12 +72,11 @@ return distance
/gpsLocationExternal/latitude
/gpsLocationExternal/longitude
- /liveLocationKalman/positionGeodetic/value/0
- /liveLocationKalman/positionGeodetic/value/1
+ /liveLocationKalmanDEPRECATED/positionGeodetic/value/0
+ /liveLocationKalmanDEPRECATED/positionGeodetic/value/1
-
diff --git a/tools/plotjuggler/layouts/system_lag_debug.xml b/tools/plotjuggler/layouts/system_lag_debug.xml
index a90bba0e2..88511ffe0 100644
--- a/tools/plotjuggler/layouts/system_lag_debug.xml
+++ b/tools/plotjuggler/layouts/system_lag_debug.xml
@@ -45,7 +45,7 @@
-
+
@@ -64,4 +64,3 @@
-
diff --git a/tools/plotjuggler/layouts/tuning.xml b/tools/plotjuggler/layouts/tuning.xml
index 503e726ca..699f6ff68 100644
--- a/tools/plotjuggler/layouts/tuning.xml
+++ b/tools/plotjuggler/layouts/tuning.xml
@@ -24,14 +24,14 @@
-
+
-
+
@@ -39,7 +39,7 @@
-
+
@@ -71,7 +71,7 @@
-
+
@@ -126,7 +126,7 @@
-
+
@@ -161,11 +161,11 @@ if (time > last_bad_time + engage_delay) then
else
return 0
end
- /liveLocationKalman/angularVelocityCalibrated/value/2
+ /carControl/angularVelocity/2
/carState/steeringPressed
/carControl/enabled
- /liveLocationKalman/velocityCalibrated/value/0
+ /carState/vEgo
@@ -206,7 +206,7 @@ if (time > last_bad_time + engage_delay) then
else
return 0
end
- /lateralPlan/curvatures/0
+ /modelV2/action/desiredCurvature
/carState/steeringPressed
/carControl/enabled
@@ -284,8 +284,17 @@ end
/carControl/enabled
+
+
+ return (math.abs(value - v1) > 0.001 or math.abs(v2 - v3) > 0.05) and 1 or 0
+ /carControl/actuators/torque
+
+ /carOutput/actuatorsOutput/torque
+ /carControl/actuators/steeringAngleDeg
+ /carOutput/actuatorsOutput/steeringAngleDeg
+
+
-