MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / error

Method error

PythonAPI/examples/manual_control.py:574–575  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

572 self._notifications.set_text(text, seconds=seconds)
573
574 def error(self, text):
575 self._notifications.set_text('Error: %s' % text, (255, 0, 0))
576
577 def render(self, display):
578 if self._show_info:

Callers 14

mainFunction · 0.45
_get_data_from_carlaMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
create_environmentFunction · 0.45
spawn_actorMethod · 0.45
spawn_actorMethod · 0.45
get_carla_blueprintMethod · 0.45
get_sumo_vtypeMethod · 0.45
mainFunction · 0.45
main.jsFile · 0.45

Calls 1

set_textMethod · 0.45

Tested by

no test coverage detected