fastsim.configs
Unified configuration management: load YAML/JSON configs, validate against schemas, export working configs, and generate starter templates.
class
ConfigManager
静态类13 个方法Static class managing the global configuration for all subsystems.
ConfigManager holds the parsed config for the simulator, simulation, scene, task, extension, and general sections. All methods are static — no instantiation is needed.
generate_config_templatestaticmethodWrite a full-featured template config to a target directory.
参数
返回值
Useful for bootstrapping a new project — generates all section files.