Skip to content

Commit

Permalink
Update CarmaCloudMessageAmbassador.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed May 1, 2024
1 parent b6ce2d7 commit ac911a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public synchronized void processTimeAdvanceGrant(long time)
currentSimulationTime = time;

// Request the next time advance from the RTI
log.info("Requesting timestep updated to {}.", currentSimulationTime + carmaCloudConfiguration.updateInterval);
log.info("Requesting timestep updated to {}.", currentSimulationTime + carmaCloudConfiguration.updateInterval* TIME.MILLI_SECOND);
rti.requestAdvanceTime(currentSimulationTime, 0, (byte) 2);
}
catch (IllegalValueException e)
Expand Down

0 comments on commit ac911a5

Please sign in to comment.