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

Merge branches 'master' and 'master' of

https://gitlab.iri.upc.edu/mobile_robotics/wolf

# Conflicts:
#	src/ceres_wrapper/ceres_manager.cpp
parents 8ca57aef 13a1ba27
No related branches found
No related tags found
No related merge requests found
...@@ -295,6 +295,8 @@ void CeresManager::addStateBlock(const StateBlockPtr& state_ptr) ...@@ -295,6 +295,8 @@ void CeresManager::addStateBlock(const StateBlockPtr& state_ptr)
ceres_problem_->AddParameterBlock(getAssociatedMemBlockPtr(state_ptr), ceres_problem_->AddParameterBlock(getAssociatedMemBlockPtr(state_ptr),
state_ptr->getSize(), state_ptr->getSize(),
local_parametrization_ptr); local_parametrization_ptr);
updateStateBlockStatus(state_ptr);
} }
void CeresManager::removeStateBlock(const StateBlockPtr& state_ptr) void CeresManager::removeStateBlock(const StateBlockPtr& state_ptr)
......
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