pj: update stale layouts

This commit is contained in:
Adeeb Shihadeh
2026-03-20 14:07:33 -07:00
parent f95959afdb
commit 78b15773c9
4 changed files with 24 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
<plot style="Lines" flip_x="false" mode="TimeSeries" flip_y="false">
<range top="27.087398" bottom="-0.905168" left="0.018309" right="59.674401"/>
<limitY/>
<curve color="#9467bd" name="/controlsState/cumLagMs"/>
<curve color="#9467bd" name="/carState/cumLagMs"/>
</plot>
</DockArea>
<DockArea name="...">
@@ -58,4 +58,3 @@
<snippets/>
<!-- - - - - - - - - - - - - - - -->
</root>

View File

@@ -24,8 +24,8 @@
<plot mode="TimeSeries" style="Lines" flip_y="false" flip_x="false">
<range bottom="-0.100000" right="196.811937" left="76.646983" top="0.100000"/>
<limitY/>
<curve name="/liveLocationKalman/positionGeodetic/std/0" color="#d62728"/>
<curve name="/liveLocationKalman/positionGeodetic/std/1" color="#1ac938"/>
<curve name="/liveLocationKalmanDEPRECATED/positionGeodetic/std/0" color="#d62728"/>
<curve name="/liveLocationKalmanDEPRECATED/positionGeodetic/std/1" color="#1ac938"/>
</plot>
</DockArea>
<DockArea name="...">
@@ -72,12 +72,11 @@ return distance</function>
<linked_source>/gpsLocationExternal/latitude</linked_source>
<additional_sources>
<v1>/gpsLocationExternal/longitude</v1>
<v2>/liveLocationKalman/positionGeodetic/value/0</v2>
<v3>/liveLocationKalman/positionGeodetic/value/1</v3>
<v2>/liveLocationKalmanDEPRECATED/positionGeodetic/value/0</v2>
<v3>/liveLocationKalmanDEPRECATED/positionGeodetic/value/1</v3>
</additional_sources>
</snippet>
</customMathEquations>
<snippets/>
<!-- - - - - - - - - - - - - - - -->
</root>

View File

@@ -45,7 +45,7 @@
<plot mode="TimeSeries" flip_x="false" flip_y="false" style="Lines">
<range top="-3.593455" right="59.992103" left="0.000000" bottom="-12.190956"/>
<limitY/>
<curve name="/controlsState/cumLagMs" color="#9467bd"/>
<curve name="/carState/cumLagMs" color="#9467bd"/>
</plot>
</DockArea>
</DockSplitter>
@@ -64,4 +64,3 @@
<!-- - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - -->
</root>

View File

@@ -24,14 +24,14 @@
<plot style="Lines" mode="TimeSeries">
<range left="0.000000" top="0.166067" bottom="-1.598381" right="631.038276"/>
<limitY/>
<curve color="#ffb000" name="/liveLocationKalman/calibratedOrientationNED/value/0"/>
<curve color="#ffb000" name="/carControl/orientationNED/0"/>
</plot>
</DockArea>
<DockArea name="Engaged [green] Steering Pressed [blue]">
<plot style="Lines" mode="TimeSeries">
<range left="1.252984" top="1.025000" bottom="-0.025000" right="631.055584"/>
<limitY/>
<curve color="#009e73" name="/controlsState/enabled"/>
<curve color="#009e73" name="/selfdriveState/enabled"/>
<curve color="#0072b2" name="/carState/steeringPressed"/>
</plot>
</DockArea>
@@ -39,7 +39,7 @@
<plot style="Lines" mode="TimeSeries">
<range left="1.253354" top="1.025000" bottom="-0.025000" right="631.055584"/>
<limitY/>
<curve name="/carState/steeringRateLimited" color="#ffb000"/>
<curve name="steering rate limited" color="#ffb000"/>
<curve name="/controlsState/lateralControlState/pidState/saturated" color="#dc267f"/>
</plot>
</DockArea>
@@ -71,7 +71,7 @@
<plot style="Lines" mode="TimeSeries">
<range left="0.000000" top="0.158854" bottom="-0.594843" right="631.038276"/>
<limitY/>
<curve color="#ffb000" name="/liveLocationKalman/calibratedOrientationNED/value/1"/>
<curve color="#ffb000" name="/carControl/orientationNED/1"/>
</plot>
</DockArea>
<DockArea name="Engaged [green] Gas [orange] Brake [magenta]">
@@ -126,7 +126,7 @@
<plot style="Lines" mode="TimeSeries">
<range left="1.253354" top="1.025000" bottom="-0.025000" right="631.055584"/>
<limitY/>
<curve name="/carState/steeringRateLimited" color="#ffb000"/>
<curve name="steering rate limited" color="#ffb000"/>
<curve name="/controlsState/lateralControlState/pidState/saturated" color="#dc267f"/>
</plot>
</DockArea>
@@ -161,11 +161,11 @@ if (time > last_bad_time + engage_delay) then
else
return 0
end</function>
<linked_source>/liveLocationKalman/angularVelocityCalibrated/value/2</linked_source>
<linked_source>/carControl/angularVelocity/2</linked_source>
<additional_sources>
<v1>/carState/steeringPressed</v1>
<v2>/carControl/enabled</v2>
<v3>/liveLocationKalman/velocityCalibrated/value/0</v3>
<v3>/carState/vEgo</v3>
</additional_sources>
</snippet>
<snippet name="engaged curvature vehicle model">
@@ -206,7 +206,7 @@ if (time > last_bad_time + engage_delay) then
else
return 0
end</function>
<linked_source>/lateralPlan/curvatures/0</linked_source>
<linked_source>/modelV2/action/desiredCurvature</linked_source>
<additional_sources>
<v1>/carState/steeringPressed</v1>
<v2>/carControl/enabled</v2>
@@ -284,8 +284,17 @@ end</function>
<v3>/carControl/enabled</v3>
</additional_sources>
</snippet>
<snippet name="steering rate limited">
<global></global>
<function>return (math.abs(value - v1) > 0.001 or math.abs(v2 - v3) > 0.05) and 1 or 0</function>
<linked_source>/carControl/actuators/torque</linked_source>
<additional_sources>
<v1>/carOutput/actuatorsOutput/torque</v1>
<v2>/carControl/actuators/steeringAngleDeg</v2>
<v3>/carOutput/actuatorsOutput/steeringAngleDeg</v3>
</additional_sources>
</snippet>
</customMathEquations>
<snippets/>
<!-- - - - - - - - - - - - - - - -->
</root>