MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / showError

Method showError

hmi/routeEdit/gui.py:258–263  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

256 self.resume()
257
258 def showError(self):
259 msgBox = QMessageBox()
260 msgBox.setText("Sorry. Route planning failed. Please choose another route.")
261 msgBox.setWindowTitle("Error")
262 msgBox.setStandardButtons(QMessageBox.Ok)
263 msgBox.exec()
264
265 def start(self):
266 self.is_running = True

Callers 1

model_move_stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected