mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user