#include <gtsam_unstable/slam/LocalOrientedPlane3Factor.h>
#include <gtsam/base/numericalDerivative.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/nonlinear/ISAM2.h>
#include <CppUnitLite/TestHarness.h>
#include <boost/bind.hpp>
Go to the source code of this file.
Functions | |
int | main () |
TEST (LocalOrientedPlane3Factor, lm_translation_error) | |
TEST (LocalOrientedPlane3Factor, Derivatives) | |
TEST (LocalOrientedPlane3Factor, Issue561Simplified) | |
int main | ( | void | ) |
Definition at line 238 of file testLocalOrientedPlane3Factor.cpp.
TEST | ( | LocalOrientedPlane3Factor | , |
lm_translation_error | |||
) |
Definition at line 39 of file testLocalOrientedPlane3Factor.cpp.
TEST | ( | LocalOrientedPlane3Factor | , |
Derivatives | |||
) |
Definition at line 130 of file testLocalOrientedPlane3Factor.cpp.
TEST | ( | LocalOrientedPlane3Factor | , |
Issue561Simplified | |||
) |
Definition at line 175 of file testLocalOrientedPlane3Factor.cpp.