Remove comments and small things from repo that mention roboRIO (#9020)

The RoboRIO classes need to be fixed up, those are huge.
This commit is contained in:
Thad House
2026-07-01 23:08:57 -07:00
committed by GitHub
parent 5a06b81673
commit 1299abc173
17 changed files with 41 additions and 44 deletions

View File

@@ -52,7 +52,7 @@ public class AprilTagDetector implements AutoCloseable {
/**
* Debug mode. When true, the decoder writes a variety of debugging images to the current
* working directory at various stages through the detection process. This is slow and should
* *not* be used on space-limited systems such as the RoboRIO. Default is disabled (false).
* *not* be used on space-limited systems such as the Systemcore. Default is disabled (false).
*/
public boolean debug;

View File

@@ -72,7 +72,7 @@ class WPILIB_DLLEXPORT AprilTagDetector {
* Debug mode. When true, the decoder writes a variety of debugging images
* to the current working directory at various stages through the detection
* process. This is slow and should *not* be used on space-limited systems
* such as the RoboRIO. Default is disabled (false).
* such as the Systemcore. Default is disabled (false).
*/
bool debug = false;
};