MRPT
2.0.1
|
#include <gtest/gtest.h>
#include <mrpt/apps/ICP_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::ICP_SLAM_App_Base &)> |
Functions | |
template<class SLAM_CLASS > | |
void | generic_icp_slam_test (const std::string &ini_filename, const std::string &rawlog_filename, config_changer_t cfg_changer, post_tester_t post_tester) |
TEST (ICP_SLAM_App, MapFromRawlog_PointMap) | |
TEST (ICP_SLAM_App, MapFromRawlog_Grid) | |
TEST (ICP_SLAM_App, MapFromRawlog_LM) | |
Variables | |
static auto | tester_for_2006_01_21 |
using config_changer_t = std::function<void(mrpt::config::CConfigFileBase&)> |
Definition at line 17 of file ICP_SLAM_App_unittest.cpp.
using post_tester_t = std::function<void(mrpt::apps::ICP_SLAM_App_Base&)> |
Definition at line 18 of file ICP_SLAM_App_unittest.cpp.
void generic_icp_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 21 of file ICP_SLAM_App_unittest.cpp.
References argc, argv, mrpt::exception_to_str(), EXPECT_TRUE(), mrpt::system::fileExists(), mrpt::system::getTempFileName(), ini_fil, and mrpt::system::LVL_WARN.
TEST | ( | ICP_SLAM_App | , |
MapFromRawlog_PointMap | |||
) |
Definition at line 80 of file ICP_SLAM_App_unittest.cpp.
References tester_for_2006_01_21.
TEST | ( | ICP_SLAM_App | , |
MapFromRawlog_Grid | |||
) |
Definition at line 90 of file ICP_SLAM_App_unittest.cpp.
References tester_for_2006_01_21.
TEST | ( | ICP_SLAM_App | , |
MapFromRawlog_LM | |||
) |
Definition at line 100 of file ICP_SLAM_App_unittest.cpp.
References tester_for_2006_01_21.
|
static |
Definition at line 69 of file ICP_SLAM_App_unittest.cpp.
Referenced by TEST().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |