Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildScripts/windows.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gradlew build -PbuiltType=windows -PtestType=windows
gradlew build -PbuildType=windows -PtestType=windows
4 changes: 2 additions & 2 deletions src/main/java/ca/team2706/vision/trackerboxreloaded/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ public static void initNetworkTables() {
// Sets the interval for updating NetworkTables
NetworkTable.setUpdateRate(0.02);
// Sets the team number
//NetworkTable.setTeam(2706); // Use this for the robit
NetworkTable.setTeam(2706); // Use this for the robit
// Enables DSClient
NetworkTable.setDSClientEnabled(true); // and this for the robit
// Sets the IP adress to connect to
NetworkTable.setIPAddress("localhost"); //Use this for testing
//NetworkTable.setIPAddress("localhost"); //Use this for testing
// Initilizes NetworkTables
NetworkTable.initialize();
// Sets the vision table to the "vision" table that is in NetworkTables
Expand Down
4 changes: 2 additions & 2 deletions visionParams.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ minArea=0.01
maxHue=116
resolution=640x480
aspectRatioThresh=0.3
CameraSelect=-1
CameraSelect=0
maxValue=255
imgDumpWait=1.0
minValue=164
imageFile=/home/thatmadhacker/programming/2706/TrackerboxReloaded/imagedump/unzip/04766_raw.png
imageFile=
minSaturation=113
distToCentreImportance=0.5