Program Listing for File Yaml.h

Return to documentation for file (include/mola_kernel/Yaml.h)

/* -------------------------------------------------------------------------
 *   A Modular Optimization framework for Localization and mApping  (MOLA)
 * Copyright (C) 2018-2024 Jose Luis Blanco, University of Almeria
 * See LICENSE for license information.
 * ------------------------------------------------------------------------- */
#pragma once

#include <mrpt/containers/yaml.h>

namespace mola
{
using Yaml = mrpt::containers::yaml;

};  // namespace mola