mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Rename FRC to WPILib (#8637)
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
/**
|
||||
* 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 to the dashboard. Just add this to the
|
||||
* robot class constructor.
|
||||
* and send it to the dashboard without doing any vision processing. This is
|
||||
* the easiest way to get camera images to the dashboard. Just add this to
|
||||
* the robot class constructor.
|
||||
*/
|
||||
class Robot : public wpi::TimedRobot {
|
||||
public:
|
||||
|
||||
@@ -49,7 +49,7 @@ void Robot::TeleopPeriodic() {
|
||||
m_drive.ArcadeDrive(-m_controller.GetRawAxis(2), -m_controller.GetRawAxis(1));
|
||||
}
|
||||
|
||||
#ifndef RUNNING_FRC_TESTS
|
||||
#ifndef RUNNING_WPILIB_TESTS
|
||||
int main() {
|
||||
return wpi::StartRobot<Robot>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user