pyrobosim.core.yaml_utils.WorldYamlWriter.to_file
- WorldYamlWriter.to_file(world, filename)
Serializes a world to a YAML file.
- Parameters:
world (
pyrobosim.core.world.World) – The world model to serialize.filename (str) – The name of the file to write to.