Argument order of load changed
parent
9b62b326c9
commit
02210cc7e0
|
@ -27,7 +27,7 @@ namespace gtsam {
|
||||||
boost::tie(filename, noiseModel) = dataset(dataset_name);
|
boost::tie(filename, noiseModel) = dataset(dataset_name);
|
||||||
|
|
||||||
// read graph and initial estimate
|
// read graph and initial estimate
|
||||||
boost::tie(graph_, theta_) = load2D(filename, maxID, noiseModel, addNoise);
|
boost::tie(graph_, theta_) = load2D(filename, noiseModel, maxID, addNoise);
|
||||||
graph_->addPrior(theta_->begin()->first, theta_->begin()->second,
|
graph_->addPrior(theta_->begin()->first, theta_->begin()->second,
|
||||||
noiseModel::Unit::Create(3));
|
noiseModel::Unit::Create(3));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue