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

hotfix missing implementation closes #357

parent 52d701b5
No related branches found
No related tags found
No related merge requests found
Pipeline #5907 passed
......@@ -236,6 +236,7 @@ void SolverManager::addStateBlock(const StateBlockPtr& state_ptr)
assert(state_blocks_.count(state_ptr) == 0 && "SolverManager::addStateBlock state block already added");
assert(state_blocks_2_factors_.count(state_ptr) == 0 && "SolverManager::addStateBlock state block already added");
assert(state_ptr->isValid() && "SolverManager::addStateBlock state block state not valid (local parameterization)");
// stateblock maps
state_blocks_.emplace(state_ptr, state_ptr->getState());
......
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