11 #include <gtest/gtest.h>
19 TEST(CSimpleMap, ParseFileInFormat_v1_5)
21 #if MRPT_IS_BIG_ENDIAN
22 MRPT_TODO(
"Debug this issue in big endian platforms")
28 std::string(
"/share/mrpt/datasets/localization_demo.simplemap.gz");
33 EXPECT_EQ(sm.
size(),72U);
TEST(CSimpleMap, ParseFileInFormat_v1_5)
This class stores a sequence of <Probabilistic Pose,SensoryFrame> pairs, thus a "metric map" can be t...
bool loadFromFile(const std::string &filName)
Load the contents of this object from a .simplemap binary file (possibly compressed with gzip)
size_t size() const
Returns the count of pairs (pose,sensory data)
GLsizei const GLchar ** string
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
std::string MRPT_GLOBAL_UNITTEST_SRC_DIR