You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/WallEye/WallEye.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,18 @@ public class WallEye {
42
42
*
43
43
* @param tableName a string that specifies the table name of the WallEye instance (is set in the web interface)
44
44
* @param numCameras a number that is equal to the number of cameras connected to the PI
45
-
* @param gyro a DoubleSupplier that supplies the gyro yaw for the robot (WILL CHANGE)
46
45
* @param dioPorts an array that holds all the IDs for the dio ports that the cameras are connected to *EACH CAMERA MUST HAVE A DIO PORT* (to not use DIO yaw reporting put in an empty array)
0 commit comments