Rename FRC to WPILib (#8637)

This commit is contained in:
Thad House
2026-03-13 23:05:55 -07:00
committed by GitHub
parent 6830c65a15
commit b2b111dc11
73 changed files with 134 additions and 141 deletions

View File

@@ -12,7 +12,7 @@ from wpilib.cameraserver import CameraServer
class MyRobot(wpilib.TimedRobot):
"""
Uses the CameraServer class to automatically capture video from a USB webcam and send it to the
FRC dashboard without doing any vision processing. This is the easiest way to get camera images
dashboard without doing any vision processing. This is the easiest way to get camera images
to the dashboard. Just add this to the robotInit() method in your program.
"""