mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
The original idea of LiveWindow telemetry was to automatically make telemetry data visible to users. This has proved increasingly problematic in recent years due to the "spooky action at a distance" of telemetry happening for objects that are only constructed but not used, and blocking or slow object reads resulting in hard-to-debug loop overrun conditions.