[cameraserver] Replace IterativeRobot in comment sample code with TimedRobot (#4238)

This commit is contained in:
Tyler Veness
2022-05-15 20:47:50 -07:00
committed by GitHub
parent a3d44a1e69
commit 5983434a70

View File

@@ -9,7 +9,7 @@
* <p>An example use case for grabbing a yellow tote from 2015 in autonomous: <br>
*
* <pre><code>
* public class Robot extends IterativeRobot
* public class Robot extends TimedRobot
* implements VisionRunner.Listener&lt;MyFindTotePipeline&gt; {
*
* // A USB camera connected to the roboRIO.