Skip to content
Snippets Groups Projects

Hello wolf

Merged Joan Solà Ortega requested to merge hello_wolf into master
8 files
+ 59
68
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -287,6 +287,7 @@ void CeresManager::addStateBlock(const StateBlockPtr& state_ptr)
ceres_problem_->AddParameterBlock(getAssociatedMemBlockPtr(state_ptr),
state_ptr->getSize(),
local_parametrization_ptr);
updateStateBlockStatus(state_ptr);
}
void CeresManager::removeStateBlock(const StateBlockPtr& state_ptr)
Loading