pyrobosim.core.yaml_utils.WorldYamlLoader.create_world

WorldYamlLoader.create_world(world: World | None = None) None

Creates an initial world with the specified global parameters.

Parameters:

world – If specified, loads the YAML contents to this world. Otherwise, creates and returns a new world instance.