Skip to content

Commit 184ab9d

Browse files
Update Robot.cpp
1 parent a3c7abf commit 184ab9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/cpp/Robot.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ void Robot::RobotInit() {
1515

1616
void Robot::RobotPeriodic() {
1717
//Vision
18+
//CHECK THIS BASIL
1819
UsbCamera floorCamera = CameraServer::GetInstance()->StartAutomaticCapture(0);
1920
UsbCamera driverCamera = CameraServer::GetInstance()->StartAutomaticCapture(1);
2021
driverCamera.SetResolution(320, 240);
@@ -30,7 +31,7 @@ void Robot::RobotPeriodic() {
3031
rectangle(mat, Point(100, 100), Point(400, 400), Scalar(255, 255, 255), 5);
3132
outputStream.PutFrame(mat);
3233
}
33-
34+
//END OF CHECK THIS BASIL
3435
//Compressor
3536
if (fightStick.GetRawButton(8) == 1) {
3637
compressor.Start();

0 commit comments

Comments
 (0)