Skip to content

Commit

Permalink
Update plugin/controller/src/main/java/org/carlmontrobotics/deepblues…
Browse files Browse the repository at this point in the history
…im/WebotsSupervisor.java

Co-authored-by: CoolSpy3 <55305038+CoolSpy3@users.noreply.github.com>
  • Loading branch information
brettle and CoolSpy3 authored Jul 16, 2024
1 parent 1867a28 commit e724595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ private static int stepSimulation(Supervisor robot, int basicTimeStep) {
return robot.step(basicTimeStep);
}

private static String lastMsg = new String();
private static String lastMsg = "";
private static long lastMsgTimeMillis = 0,
minTimeBetweenRepeatsMillis = 10000;

Expand Down

0 comments on commit e724595

Please sign in to comment.