#include "graph_slam_levmarq_test_common.h"
#include <gtest/gtest.h>
#include <mrpt/utils/CMemoryStream.h>
#include <mrpt/system/filesystem.h>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | GraphTester< my_graph_t > |
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
mrpt::utils | |
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL. | |
Macros | |
#define | GRAPHS_TESTS(_TYPE) |
Typedefs | |
using | in_out_filenames = std::set< std::pair< std::string, std::string > > |
using | GraphTester2D = GraphTester< CNetworkOfPoses2D > |
using | GraphTester3D = GraphTester< CNetworkOfPoses3D > |
using | GraphTester2DInf = GraphTester< CNetworkOfPoses2DInf > |
using | GraphTester3DInf = GraphTester< CNetworkOfPoses3DInf > |
Functions | |
MRPT_TODO ("Re-enable tests after https://github.com/MRPT/mrpt/issues/770") | |
Variables | |
const std::map< std::string, in_out_filenames > | inout_graph_files |
#define GRAPHS_TESTS | ( | _TYPE | ) |
Definition at line 229 of file graph_slam_levmarq_unittest.cpp.
using GraphTester2D = GraphTester<CNetworkOfPoses2D> |
Definition at line 224 of file graph_slam_levmarq_unittest.cpp.
Definition at line 226 of file graph_slam_levmarq_unittest.cpp.
using GraphTester3D = GraphTester<CNetworkOfPoses3D> |
Definition at line 225 of file graph_slam_levmarq_unittest.cpp.
Definition at line 227 of file graph_slam_levmarq_unittest.cpp.
using in_out_filenames = std::set<std::pair<std::string, std::string> > |
Definition at line 36 of file graph_slam_levmarq_unittest.cpp.
MRPT_TODO | ( | "Re-enable tests after https://github.com/MRPT/mrpt/issues/770" | ) |
const std::map<std::string, in_out_filenames> inout_graph_files |
Definition at line 37 of file graph_slam_levmarq_unittest.cpp.
Referenced by GraphTester< my_graph_t >::test_optimize_compare_known_solution().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |