pyrobosim.web.app.run

pyrobosim.web.app.run(world: World, host: str = '127.0.0.1', port: int = 8050, debug: bool = False, title: str = 'PyRoboSim') None

Builds and runs the interactive Dash web application for a world.

Parameters:
  • world – The world to render and drive.

  • host – Host interface to bind to.

  • port – Port to serve on.

  • debug – If True, runs Dash in debug mode with auto-reloading.

  • title – Browser tab title for the application.