Skip to content
Snippets Groups Projects
Commit d34c3435 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge branch 'ceres_manager_fix' into 'master'

small fix in ceres_manager constructor

See merge request mobile_robotics/wolf!206
parents 997a9429 f117a186
No related branches found
No related tags found
1 merge request!206small fix in ceres_manager constructor
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
namespace wolf { namespace wolf {
CeresManager::CeresManager(ProblemPtr& _wolf_problem, CeresManager::CeresManager(const ProblemPtr& _wolf_problem,
const ceres::Solver::Options& _ceres_options) : const ceres::Solver::Options& _ceres_options) :
SolverManager(_wolf_problem), SolverManager(_wolf_problem),
ceres_options_(_ceres_options) ceres_options_(_ceres_options)
......
...@@ -40,7 +40,7 @@ protected: ...@@ -40,7 +40,7 @@ protected:
public: public:
CeresManager(ProblemPtr& _wolf_problem, CeresManager(const ProblemPtr& _wolf_problem,
const ceres::Solver::Options& _ceres_options const ceres::Solver::Options& _ceres_options
= ceres::Solver::Options()); = ceres::Solver::Options());
......
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