MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / moveStep

Method moveStep

limsim/simModel/fixedScene/model.py:439–443  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

437 return True
438
439 def moveStep(self):
440 if self.gui.is_running:
441 traci.simulationStep()
442 self.timeStep += 1
443 self.render()
444
445 def destroy(self):
446 time.sleep(1.1)

Callers 7

FixedSimExample.pyFile · 0.45
ReplayExample.pyFile · 0.45
runMethod · 0.45
model_move_stepMethod · 0.45

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected