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

Method start

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

Source from the content-addressed store, hash-verified

1252 self._autopilot_enabled = False
1253
1254 def start(self):
1255 hud = module_manager.get_module(MODULE_HUD)
1256 hud.notification("Press 'H' or '?' for help.", seconds=4.0)
1257
1258 def render(self, display):
1259 pass

Callers

nothing calls this directly

Calls 2

get_moduleMethod · 0.80
notificationMethod · 0.80

Tested by

no test coverage detected