MRPT
1.9.9
|
#include <gtest/gtest.h>
#include <mrpt/apps/RBPF_SLAM_App.h>
#include <mrpt/poses/Lie/SE.h>
#include <mrpt/system/filesystem.h>
#include <test_mrpt_common.h>
#include <iostream>
Go to the source code of this file.
Typedefs | |
using | config_changer_t = std::function< void(mrpt::config::CConfigFileBase &)> |
using | post_tester_t = std::function< void(mrpt::apps::RBPF_SLAM_App_Base &)> |
Functions | |
void | generic_rbpf_slam_test (const std::string &ini_filename, const std::string &rawlog_filename, config_changer_t cfg_changer, post_tester_t post_tester) |
TEST (RBPF_SLAM_App, MapFromRawlog_Lidar2D_optimal_sampling) | |
TEST (RBPF_SLAM_App, MapFromRawlog_Lidar2D_gridICP) | |
TEST (RBPF_SLAM_App, MapFromRawlog_Lidar2D_pointsICP) | |
TEST (RBPF_SLAM_App, MapFromRawlog_ROSLAM_MC) | |
TEST (RBPF_SLAM_App, MapFromRawlog_ROSLAM_SOG) | |
Variables | |
static auto | tester_for_2006_01_21 |
static auto | tester_for_ROSLAM_demo |
using config_changer_t = std::function<void(mrpt::config::CConfigFileBase&)> |
Definition at line 17 of file RBPF_SLAM_App_unittest.cpp.
using post_tester_t = std::function<void(mrpt::apps::RBPF_SLAM_App_Base&)> |
Definition at line 18 of file RBPF_SLAM_App_unittest.cpp.
void generic_rbpf_slam_test | ( | const std::string & | ini_filename, |
const std::string & | rawlog_filename, | ||
config_changer_t | cfg_changer, | ||
post_tester_t | post_tester | ||
) |
Definition at line 20 of file RBPF_SLAM_App_unittest.cpp.
References argc, argv, mrpt::exception_to_str(), EXPECT_TRUE(), mrpt::system::fileExists(), mrpt::system::getTempFileName(), ini_fil, mrpt::apps::RBPF_SLAM_App_Base::initialize(), mrpt::system::LVL_WARN, mrpt::apps::RBPF_SLAM_App_Base::params, mrpt::apps::RBPF_SLAM_App_Base::run(), mrpt::system::COutputLogger::setMinLoggingLevel(), and mrpt::config::CConfigFileBase::write().
Referenced by TEST().
TEST | ( | RBPF_SLAM_App | , |
MapFromRawlog_Lidar2D_optimal_sampling | |||
) |
Definition at line 92 of file RBPF_SLAM_App_unittest.cpp.
References generic_rbpf_slam_test(), and tester_for_2006_01_21.
TEST | ( | RBPF_SLAM_App | , |
MapFromRawlog_Lidar2D_gridICP | |||
) |
Definition at line 102 of file RBPF_SLAM_App_unittest.cpp.
References generic_rbpf_slam_test(), and tester_for_2006_01_21.
TEST | ( | RBPF_SLAM_App | , |
MapFromRawlog_Lidar2D_pointsICP | |||
) |
Definition at line 112 of file RBPF_SLAM_App_unittest.cpp.
References generic_rbpf_slam_test(), and tester_for_2006_01_21.
TEST | ( | RBPF_SLAM_App | , |
MapFromRawlog_ROSLAM_MC | |||
) |
Definition at line 122 of file RBPF_SLAM_App_unittest.cpp.
References generic_rbpf_slam_test(), and tester_for_ROSLAM_demo.
TEST | ( | RBPF_SLAM_App | , |
MapFromRawlog_ROSLAM_SOG | |||
) |
Definition at line 131 of file RBPF_SLAM_App_unittest.cpp.
References generic_rbpf_slam_test(), and tester_for_ROSLAM_demo.
|
static |
Definition at line 68 of file RBPF_SLAM_App_unittest.cpp.
Referenced by TEST().
|
static |
Definition at line 79 of file RBPF_SLAM_App_unittest.cpp.
Referenced by TEST().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |