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

Method tick

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

Source from the content-addressed store, hash-verified

312 self._notifications.set_text(text, seconds=seconds)
313
314 def tick(self, clock):
315 self._notifications.tick(clock)
316
317 def add_info(self, module_name, info):
318 self._info_text[module_name] = info

Callers 3

tickMethod · 0.45
on_world_tickMethod · 0.45
game_loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected