MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / tick

Method tick

scenario_runner/no_rendering_mode.py:201–204  ·  view source on GitHub ↗
(self, clock)

Source from the content-addressed store, hash-verified

199 del self.modules[:]
200
201 def tick(self, clock):
202 # Update all the modules
203 for module in self.modules:
204 module.tick(clock)
205
206 def render(self, display):
207 display.fill(COLOR_ALUMINIUM_4)

Callers

nothing calls this directly

Calls 1

tickMethod · 0.45

Tested by

no test coverage detected