Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
ReplayExample.py
File · 0.45
FixedSimInterReplayExample.py
File · 0.45
FixedSimReplayExample.py
File · 0.45
InterReplayExample.py
File · 0.45
run
Method · 0.45
model_move_step
Method · 0.45
Calls
1
render
Method · 0.95
Tested by
no test coverage detected