[wpilib] Remove robotInit() (#8199)

Fixes #6622.
This commit is contained in:
Tyler Veness
2025-09-08 21:17:37 -07:00
committed by GitHub
parent f8ed2a4d92
commit be72d543ad
8 changed files with 5 additions and 68 deletions

View File

@@ -20,7 +20,7 @@ public class EpilogueConfiguration {
/**
* The backend implementation for Epilogue to use. By default, this will log data directly to
* NetworkTables. NetworkTable data can be mirrored to a log file on disk by calling {@code
* DataLogManager.start()} in your {@code robotInit} method.
* DataLogManager.start()} in your robot class constructor.
*/
public EpilogueBackend backend = new NTEpilogueBackend(NetworkTableInstance.getDefault());