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
#include "
../global-params.hpp
"
7
8
#include <CLI/CLI.hpp>
9
#include <filesystem>
10
#include <memory>
11
12
namespace
fs = std::filesystem;
13
14
struct
SubcommandImportRTABMapOptions
{
15
fs::path
database_path_in
;
16
};
17
18
// Function declarations.
19
void
setup_subcommand_import_rtabmap
(CLI::App &app, std::shared_ptr<RuxOptions> global_opt);
20
int
run_subcommand_import_rtabmap
(
SubcommandImportRTABMapOptions
const
&opt,
const
RuxOptions
&global_opt);
run_subcommand_import_rtabmap
int run_subcommand_import_rtabmap(SubcommandImportRTABMapOptions const &opt, const RuxOptions &global_opt)
setup_subcommand_import_rtabmap
void setup_subcommand_import_rtabmap(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
global-params.hpp
RuxOptions
Definition
global-params.hpp:44
SubcommandImportRTABMapOptions
Definition
rtabmap.hpp:14
SubcommandImportRTABMapOptions::database_path_in
fs::path database_path_in
Definition
rtabmap.hpp:15
apps
rux
include
import
rtabmap.hpp
Generated by
1.16.1