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 e724595 commit 17be4f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public static void runUntilTermination(Supervisor robot, int basicTimeStep)
// The robot code isn't going to tell us when to step the simulation and the
// user has unpaused it.
logDebugLimitingRepeats(
"Simulation is not paused and no robot code in control. Calling robot.step(basicTimeStep)");
"Simulation is not paused and no robot code in control. Stepping simulation.");

if (stepSimulation(robot, basicTimeStep) == -1) {
break;
Expand Down

0 comments on commit 17be4f1

Please sign in to comment.