Skip to content

Commit

Permalink
Actually step for a time step so that the world will load (maybe).
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle committed Jul 16, 2024
1 parent 0901453 commit 9c4ceb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void run() {
reloadRequest);
robot.worldLoad(reloadRequest);
// Allow Webots to process the request.
robot.step(0);
robot.step(basicTimeStep);
LOG.log(Level.DEBUG, "Loaded world {0}", reloadRequest);
});
});
Expand Down

0 comments on commit 9c4ceb8

Please sign in to comment.