Skip to content
Snippets Groups Projects
Commit 69749eee authored by Fabian Reister's avatar Fabian Reister
Browse files

fix: navigator: configureNavigator

parent 596c0d9d
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ armarx::navigation::client::ComponentPlugin::configureNavigator(
ARMARX_TRACE;
// ARMARX_CHECK_NULL(eventHandler) << "`configureNavigator()` can only be called once!";
eventHandler = std::make_unique<MemorySubscriber>(configId, memoryNameSystem);
iceNavigator.createConfig(stackConfig, configId);
......
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