Removed a fixme comment
parent
d1267d1ef3
commit
d8a8575d26
|
|
@ -32,7 +32,6 @@ using namespace boost;
|
||||||
using namespace gtsam;
|
using namespace gtsam;
|
||||||
using namespace example;
|
using namespace example;
|
||||||
|
|
||||||
// FIXME: this tolerance is too high - something is wrong with the noisemodel
|
|
||||||
const double tol = 1e-6;
|
const double tol = 1e-6;
|
||||||
|
|
||||||
typedef NonlinearOptimizer<Graph,Config> Optimizer;
|
typedef NonlinearOptimizer<Graph,Config> Optimizer;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue