Skip to content
Snippets Groups Projects
Commit 898594e3 authored by Timo Weberruß's avatar Timo Weberruß
Browse files

Merge branch 'feature/lasersensor-usage' into implement-human-groups

parents 35193547 6976443b
No related branches found
No related tags found
2 merge requests!109Social layers,!55Draft: Implement human grouping
This commit is part of merge request !109. Comments created here will be created in the context of that merge request.
......@@ -251,7 +251,10 @@ namespace armarx::navigation::components::navigator
fac::NavigationStackFactory::create(stackConfig, sceneProvider->scene());
// set visualization of LocalPlanner
stack.localPlanner->setVisualization(getArvizClient());
if (stack.localPlanner)
{
stack.localPlanner->setVisualization(getArvizClient());
}
memoryIntrospectors.emplace_back(
std::make_unique<server::MemoryIntrospector>(resultsWriterPlugin->get(), callerId));
......
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