unit test for graph-inl.h More...
#include <gtsam/slam/BetweenFactor.h>
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/linear/JacobianFactor.h>
#include <gtsam/inference/graph.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/geometry/Pose2.h>
#include <CppUnitLite/TestHarness.h>
#include <memory>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main () |
TEST (GaussianFactorGraph, findMinimumSpanningTree) | |
TEST (Graph, composePoses) | |
TEST (Graph, predecessorMap2Graph) | |
TEST (Ordering, predecessorMap2Keys) | |
int main | ( | ) |
Definition at line 225 of file testGraph.cpp.
TEST | ( | GaussianFactorGraph | , |
findMinimumSpanningTree | |||
) |
Definition at line 109 of file testGraph.cpp.
TEST | ( | Graph | , |
composePoses | |||
) |
Definition at line 78 of file testGraph.cpp.
TEST | ( | Graph | , |
predecessorMap2Graph | |||
) |
Definition at line 60 of file testGraph.cpp.
TEST | ( | Ordering | , |
predecessorMap2Keys | |||
) |
Definition at line 40 of file testGraph.cpp.