Skip to content
Snippets Groups Projects
Commit f284df1a authored by Ghofrane Amaimi's avatar Ghofrane Amaimi
Browse files

error: segmentation fault CNDFS.cpp line 63

parent a2330244
No related branches found
No related tags found
1 merge request!6Feature/ufscc emptiness check
Pipeline #4957 failed
......@@ -60,6 +60,7 @@ CNDFS::~CNDFS()=default;
//mtx.unlock();
//iterate succ of SOG first state
//error: segmentation fault here don't know how to fix it
vector<pair<LDDState*, int>> * edges =mMcl->getGraph()->getInitialAggregate()->getSuccessors();
for (const auto& pair : *edges)
{
......
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