Add alignment state indicator and pluggable data sources
- AlignmentThresholds dataclass + VisionEngine.__init__ for injection - alignment_state computed per snapshot (ready/aligning/fault) - MonitorPlot circle/vector/legend driven by state color - Status dot + label moved into POSITION VISUALIZATION panel header - CsvSessionSource + DemoSource pluggable DataSource layer - Synthetic DATA/ready/ and DATA/aligning/ sessions for visual testing - Fix CAM 3 label placement (below circle, not above)
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
# saved_on,SYNTHETIC
|
||||
# master_file,R20002P0.CSV
|
||||
# remote_begin,BEGIN_REMOTE_CSV SOURCE=BOARD_REMOTE SPI=2 POINTS=49 MODE=SYNTHETIC STATUS=OK
|
||||
x,y
|
||||
90.91,252.63
|
||||
88.16,249.79
|
||||
85.51,246.86
|
||||
82.95,243.84
|
||||
80.49,240.74
|
||||
78.13,237.56
|
||||
75.88,234.31
|
||||
73.73,230.99
|
||||
71.70,227.59
|
||||
69.78,224.13
|
||||
67.97,220.61
|
||||
66.28,217.04
|
||||
64.71,213.41
|
||||
63.25,209.73
|
||||
61.92,206.00
|
||||
60.71,202.24
|
||||
59.62,198.43
|
||||
58.66,194.60
|
||||
57.83,190.73
|
||||
57.12,186.84
|
||||
56.54,182.92
|
||||
56.09,178.99
|
||||
55.76,175.05
|
||||
55.57,171.10
|
||||
55.50,167.14
|
||||
55.57,163.19
|
||||
55.76,159.23
|
||||
56.09,155.29
|
||||
56.54,151.36
|
||||
57.12,147.45
|
||||
57.83,143.56
|
||||
58.66,139.69
|
||||
59.62,135.85
|
||||
60.71,132.05
|
||||
61.92,128.28
|
||||
63.25,124.55
|
||||
64.71,120.88
|
||||
66.28,117.25
|
||||
67.97,113.67
|
||||
69.78,110.15
|
||||
71.70,106.69
|
||||
73.73,103.30
|
||||
75.88,99.97
|
||||
78.13,96.72
|
||||
80.49,93.54
|
||||
82.95,90.44
|
||||
85.51,87.43
|
||||
88.16,84.50
|
||||
90.91,81.65
|
||||
|
Reference in New Issue
Block a user