Skip to content

Commit af869e6

Browse files
committed
fixing docstring copy/paste error
1 parent 639a1ce commit af869e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ramsete-controller/robot.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717

1818
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-
"""
2419

2520
def robotInit(self):
2621
self.controller = wpilib.XboxController(0)

0 commit comments

Comments
 (0)