pyrobosim.web.app.create_app

pyrobosim.web.app.create_app(world: World, title: str = 'PyRoboSim') Dash

Creates the interactive Dash application for a world.

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

  • title – Browser tab title for the application.

Returns:

A configured Dash application (not yet running).