ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
rtabmap.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6
7#include <filesystem>
8
9namespace reusex {
10class ProjectDB;
11}
12
13namespace reusex::io {
14
29 const std::filesystem::path &rtabmap_db_path);
30} // namespace reusex::io
void import_rtabmap(ProjectDB &db, const std::filesystem::path &rtabmap_db_path)
Import raw sensor data from an RTABMap database into a ProjectDB.