Skip to content

Commit

Permalink
not checking ringcolors.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout committed Jul 6, 2023
1 parent 19f2f16 commit 5a3d8da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group = 'io.github.robocup-logistics'
archivesBaseName = "java-sdk"
version = '0.1.17.7'
version = '0.1.17.8'

description = ""

Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/rcll/refbox/RefboxClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,10 @@ public boolean isReadyForProduction() {
if (machineClient.get().getCountMachines() == 0) {
return false;
}
/*
if (this.getAllRings().isEmpty()) {
return false;
}
}*/
return true;
}
}

0 comments on commit 5a3d8da

Please sign in to comment.