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

Method _init_data_params

scenario_runner/no_rendering_mode.py:306–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

304 (self.dim[0], 40), (0, self.dim[1] - 40))
305
306 def _init_data_params(self):
307 self.show_info = True
308 self.show_actor_ids = False
309 self._info_text = {}
310
311 def notification(self, text, seconds=2.0):
312 self._notifications.set_text(text, seconds=seconds)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected