load_yaml¶
Summary¶
- load_yaml(yaml_filename, yaml_schema)¶
This function handles loading the .yaml file from disk.
- Parameters:
yaml_filename (str) – The filename of the .yaml file.
yaml_schema (str) – The schema of the Map Descriptor format.
Importing¶
from cs_board_tools.utilities.yaml import load_yaml