Test convergence of visualSLAM example. More...
#include <CppUnitLite/TestHarness.h>
#include <examples/SFMdata.h>
#include <gtsam/geometry/Point2.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/nonlinear/ISAM2.h>
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
#include <gtsam/nonlinear/Values.h>
#include <gtsam/slam/ProjectionFactor.h>
#include <vector>
Go to the source code of this file.
Functions | |
int | main () |
TEST (testVisualISAM2, all) | |
Test convergence of visualSLAM example.
Definition in file testVisualISAM2.cpp.
int main | ( | ) |
Definition at line 119 of file testVisualISAM2.cpp.
TEST | ( | testVisualISAM2 | , |
all | |||
) |
Definition at line 35 of file testVisualISAM2.cpp.