File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/edu/wpi/rbe/rbe2001/fieldsimulator/robot Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- implementation " com.neuronrobotics:SimplePacketComsJava:0.8.4 "
20
+ implementation " com.neuronrobotics:SimplePacketComsJava:0.9.2 "
21
21
// implementation project(":SimplePacketComsJava")
22
22
23
23
}
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ public void addIR() {
135
135
}
136
136
public static List <RBE2001Robot > get (String name ,int myPID ) throws Exception {
137
137
HashSet <InetAddress > addresses = UDPSimplePacketComs .getAllAddresses (name );
138
+
138
139
ArrayList <RBE2001Robot > robots = new ArrayList <>();
139
140
if (addresses .size () < 1 ) {
140
141
System .out .println ("No " + RBE2001Robot .class .getSimpleName () + " found named " + name );
You can’t perform that action at this time.
0 commit comments