Official WPILib documentation for the Alert class, which allows FRC teams to record and display persistent robot fault conditions (sensor disconnections, mechanism errors, etc.) via Network Tables for real-time driver and programmer awareness.
Official WPILib documentation for the new 2025 Robot Telemetry with Annotations feature, which allows FRC Java programmers to automatically log robot data to NetworkTables and disk files using simple @Logged annotations.
WPILib documentation page explaining on-robot telemetry recording into binary data logs via the DataLogManager and DataLog classes. Provides code examples in Java, C++, and Python for teams to log robot sensor data and system information during matches.
WPILib 2020.2.2 update release announcement and blog post detailing bug fixes, new features (including Machine Learning Technology Preview), and installation instructions for the official FIRST robotics programming libraries for C++ and Java.
Official WPILib 2026 changelog documenting software updates, API changes, and new features for FRC control system software, including changes to libraries, tools, and the VS Code extension.
Official WPILib installation guide and documentation for setting up the FRC robot development environment, including VS Code, C++ compiler, Java JDK, and WPILib tools.