Skip to content

Commit 5db2dff

Browse files
adeebshihadehbudney
authored andcommitted
plotjuggle: add blockedCnt to controls mismatch debug layout
1 parent 9cfbe12 commit 5db2dff

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

tools/plotjuggler/layouts/controls_mismatch_debug.xml

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<root>
3-
<tabbed_widget name="Main Window" parent="main_window">
3+
<tabbed_widget parent="main_window" name="Main Window">
44
<Tab containers="1" tab_name="tab1">
55
<Container>
6-
<DockSplitter sizes="0.332965;0.334071;0.332965" orientation="-" count="3">
6+
<DockSplitter orientation="-" sizes="0.249729;0.250814;0.249729;0.249729" count="4">
77
<DockArea name="...">
8-
<plot style="Lines" mode="TimeSeries">
9-
<range left="0.000000" top="1.025000" bottom="-0.025000" right="59.900659"/>
8+
<plot flip_y="false" flip_x="false" style="Lines" mode="TimeSeries">
9+
<range bottom="-0.025000" left="0.000000" right="119.992934" top="1.025000"/>
1010
<limitY/>
1111
<curve name="/controlsState/enabled" color="#1f77b4"/>
1212
<curve name="/pandaStates/0/controlsAllowed" color="#d62728"/>
1313
</plot>
1414
</DockArea>
1515
<DockArea name="...">
16-
<plot style="Lines" mode="TimeSeries">
17-
<range left="0.000000" top="-10.627637" bottom="-15.150799" right="59.900659"/>
16+
<plot flip_y="false" flip_x="false" style="Lines" mode="TimeSeries">
17+
<range bottom="-8.840137" left="0.000000" right="119.992934" top="12.881991"/>
1818
<limitY/>
1919
<curve name="/controlsState/cumLagMs" color="#9467bd"/>
2020
</plot>
2121
</DockArea>
2222
<DockArea name="...">
23-
<plot style="Lines" mode="TimeSeries">
24-
<range left="0.000447" top="1.025000" bottom="-0.025000" right="59.900939"/>
23+
<plot flip_y="false" flip_x="false" style="Lines" mode="TimeSeries">
24+
<range bottom="-0.100000" left="0.000000" right="119.992934" top="0.100000"/>
25+
<limitY/>
26+
<curve name="/pandaStates/0/blockedCnt" color="#d62728"/>
27+
</plot>
28+
</DockArea>
29+
<DockArea name="...">
30+
<plot flip_y="false" flip_x="false" style="Lines" mode="TimeSeries">
31+
<range bottom="-0.025000" left="0.000000" right="119.992934" top="1.025000"/>
2532
<limitY/>
2633
<curve name="/carState/gasPressed" color="#1ac938"/>
2734
<curve name="/carState/brakePressed" color="#ff7f0e"/>

0 commit comments

Comments
 (0)