Unit test for dataset.cpp. More...
#include <gtsam/slam/dataset.h>
#include <gtsam/slam/BetweenFactor.h>
#include <gtsam/geometry/Pose2.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/base/TestableAssertions.h>
#include <CppUnitLite/TestHarness.h>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Functions | |
static NonlinearFactorGraph | expectedGraph (const SharedNoiseModel &model) |
int | main () |
TEST (dataSet, findExampleDataFile) | |
TEST (dataSet, parseVertexPose) | |
TEST (dataSet, parseVertexLandmark) | |
TEST (dataSet, parseEdge) | |
TEST (dataSet, load2D) | |
TEST (dataSet, load2DVictoriaPark) | |
TEST (dataSet, readG2o3D) | |
TEST (dataSet, readG2o3DNonDiagonalNoise) | |
TEST (dataSet, readG2oCheckDeterminants) | |
TEST (dataSet, readG2oLandmarks) | |
TEST (dataSet, readG2o) | |
TEST (dataSet, readG2oHuber) | |
TEST (dataSet, readG2oTukey) | |
TEST (dataSet, writeG2o) | |
TEST (dataSet, writeG2o3D) | |
TEST (dataSet, writeG2o3DNonDiagonalNoise) | |
Unit test for dataset.cpp.
Definition in file testDataset.cpp.
|
static |
Definition at line 299 of file testDataset.cpp.
int main | ( | void | ) |
Definition at line 416 of file testDataset.cpp.
TEST | ( | dataSet | , |
findExampleDataFile | |||
) |
Definition at line 35 of file testDataset.cpp.
TEST | ( | dataSet | , |
parseVertexPose | |||
) |
Definition at line 45 of file testDataset.cpp.
TEST | ( | dataSet | , |
parseVertexLandmark | |||
) |
Definition at line 60 of file testDataset.cpp.
TEST | ( | dataSet | , |
parseEdge | |||
) |
Definition at line 75 of file testDataset.cpp.
TEST | ( | dataSet | , |
load2D | |||
) |
< The structure where we will save the SfM data
Definition at line 91 of file testDataset.cpp.
TEST | ( | dataSet | , |
load2DVictoriaPark | |||
) |
Definition at line 133 of file testDataset.cpp.
TEST | ( | dataSet | , |
readG2o3D | |||
) |
Definition at line 149 of file testDataset.cpp.
TEST | ( | dataSet | , |
readG2o3DNonDiagonalNoise | |||
) |
Definition at line 224 of file testDataset.cpp.
TEST | ( | dataSet | , |
readG2oCheckDeterminants | |||
) |
Definition at line 262 of file testDataset.cpp.
TEST | ( | dataSet | , |
readG2oLandmarks | |||
) |
Definition at line 285 of file testDataset.cpp.
TEST | ( | dataSet | , |
readG2o | |||
) |
Definition at line 318 of file testDataset.cpp.
TEST | ( | dataSet | , |
readG2oHuber | |||
) |
Definition at line 342 of file testDataset.cpp.
TEST | ( | dataSet | , |
readG2oTukey | |||
) |
Definition at line 357 of file testDataset.cpp.
TEST | ( | dataSet | , |
writeG2o | |||
) |
Definition at line 372 of file testDataset.cpp.
TEST | ( | dataSet | , |
writeG2o3D | |||
) |
Definition at line 386 of file testDataset.cpp.
TEST | ( | dataSet | , |
writeG2o3DNonDiagonalNoise | |||
) |
Definition at line 401 of file testDataset.cpp.