YAML#
Similar as for the core library, we provide import/export
from/to YAML through specializations of struct YAML::convert
in navground_sim/yaml
.
In particular, we specialize the conversion from/to the following additional classes:
Schema#
navground::sim schemas are more complex than navground::core schemas due to the presence of samplers.
#include "navground/sim/yaml/schema_sim.h"