#include <gtsam/slam/OrientedPlane3Factor.h>
#include <gtsam/base/numericalDerivative.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/nonlinear/GaussNewtonOptimizer.h>
#include <gtsam/nonlinear/ISAM2.h>
#include <CppUnitLite/TestHarness.h>
#include <boost/assign/std/vector.hpp>
#include <boost/assign/std.hpp>
#include <boost/bind.hpp>
Go to the source code of this file.
Functions | |
int | main () |
TEST (OrientedPlane3Factor, lm_translation_error) | |
TEST (OrientedPlane3Factor, Derivatives) | |
TEST (OrientedPlane3DirectionPrior, Constructor) | |
TEST (OrientedPlane3Factor, Issue561Simplified) | |
int main | ( | void | ) |
Definition at line 263 of file testOrientedPlane3Factor.cpp.
TEST | ( | OrientedPlane3Factor | , |
lm_translation_error | |||
) |
Definition at line 43 of file testOrientedPlane3Factor.cpp.
TEST | ( | OrientedPlane3Factor | , |
Derivatives | |||
) |
Definition at line 131 of file testOrientedPlane3Factor.cpp.
TEST | ( | OrientedPlane3DirectionPrior | , |
Constructor | |||
) |
Definition at line 162 of file testOrientedPlane3Factor.cpp.
TEST | ( | OrientedPlane3Factor | , |
Issue561Simplified | |||
) |
Definition at line 211 of file testOrientedPlane3Factor.cpp.