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

navigator component: logging config before calling navigator.moveTo

parent 42e21a7a
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,8 @@ armarx::nav::components::Navigator::createConfig(const aron::data::AronDictPtr&
ARMARX_TRACE;
ARMARX_INFO << "Creating config for caller '" << callerId << "'";
parameterizationService.store(stackConfig, callerId, timeServer.now());
server::NavigationStack stack = fac::NavigationStackFactory::create(stackConfig, scene);
memoryIntrospectors.emplace_back(
......@@ -191,8 +193,6 @@ armarx::nav::components::Navigator::createConfig(const aron::data::AronDictPtr&
server::Navigator::InjectedServices{.executor = &executor.value(),
.publisher = &publisher,
.introspector = &(introspector.value())}));
parameterizationService.store(stackConfig, callerId, timeServer.now());
}
void
......
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