rename to avoid conflict with tests
parent
b975cdcc3d
commit
2f53a67b4f
|
|
@ -16,17 +16,18 @@
|
||||||
* @date February 2022
|
* @date February 2022
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <CppUnitLite/TestHarness.h>
|
#include "smartFactorScenarios.h"
|
||||||
#include <gtsam/base/serializationTestHelpers.h>
|
#include "PinholeFactor.h"
|
||||||
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
|
|
||||||
#include <gtsam/slam/SmartProjectionFactor.h>
|
#include <gtsam/slam/SmartProjectionFactor.h>
|
||||||
|
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
|
||||||
|
#include <gtsam/base/serializationTestHelpers.h>
|
||||||
|
|
||||||
|
#include <CppUnitLite/TestHarness.h>
|
||||||
|
|
||||||
#include <boost/assign/std/map.hpp>
|
#include <boost/assign/std/map.hpp>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "smartFactorScenarios.h"
|
|
||||||
#include "PinholeFactor.h"
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
static const double rankTol = 1.0;
|
static const double rankTol = 1.0;
|
||||||
static const double sigma = 0.1;
|
static const double sigma = 0.1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue