10 #include <gtest/gtest.h>    12 #include <test_mrpt_common.h>    14 TEST(CSimpleMap, ParseFileInFormat_v1_5)
    16 #if MRPT_IS_BIG_ENDIAN    17     MRPT_TODO(
"Debug this issue in big endian platforms")
    22         mrpt::UNITTEST_BASEDIR +
    23         std::string(
"/share/mrpt/datasets/localization_demo.simplemap.gz");
    28     EXPECT_EQ(sm.
size(), 72U);
 This class stores a sequence of <Probabilistic Pose,SensoryFrame> pairs, thus a "metric map" can be t...
 
TEST(CSimpleMap, ParseFileInFormat_v1_5)
 
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