Fixed test compile error due to redundant typedefs in testVSLAMGraph
parent
07fbcde736
commit
502212d47b
|
@ -33,7 +33,7 @@ using namespace std;
|
||||||
using namespace gtsam;
|
using namespace gtsam;
|
||||||
using namespace gtsam::visualSLAM;
|
using namespace gtsam::visualSLAM;
|
||||||
using namespace boost;
|
using namespace boost;
|
||||||
typedef NonlinearOptimizer<Graph,Values> Optimizer;
|
|
||||||
static SharedGaussian sigma(noiseModel::Unit::Create(1));
|
static SharedGaussian sigma(noiseModel::Unit::Create(1));
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
Loading…
Reference in New Issue