Program Listing for File RefPose3.h

Return to documentation for file (include/mola_kernel/entities/RefPose3.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 <mola_kernel/entities/EntityBase.h>

namespace mola
{
class RefPose3 : public EntityBase
{
    DEFINE_SERIALIZABLE(RefPose3, mola)

   public:
};

}  // namespace mola