We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639a1ce commit af869e6Copy full SHA for af869e6
ramsete-controller/robot.py
@@ -16,11 +16,6 @@
16
17
18
class MyRobot(wpilib.TimedRobot):
19
- """
20
- Uses the CameraServer class to automatically capture video from a USB webcam and send it to the
21
- FRC dashboard without doing any vision processing. This is the easiest way to get camera images
22
- to the dashboard. Just add this to the robotInit() method in your program.
23
24
25
def robotInit(self):
26
self.controller = wpilib.XboxController(0)
0 commit comments