pyrobosim.core.yaml_utils.WorldYamlWriter.to_file

WorldYamlWriter.to_file(world: World, filename: Path) None

Serializes a world to a YAML file.

Parameters:
  • world – The world model to serialize.

  • filename – The name of the file to write to.