Skip to content
Snippets Groups Projects
Commit ab69e89e authored by Jeremie Deray's avatar Jeremie Deray
Browse files

ceres_manager do not have to call update

parent 3f885435
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !138. Comments created here will be created in the context of that merge request.
......@@ -41,9 +41,6 @@ CeresManager::~CeresManager()
std::string CeresManager::solveImpl(const ReportVerbosity report_level)
{
// update problem
update();
// run Ceres Solver
ceres::Solve(ceres_options_, ceres_problem_.get(), &summary_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment