Skip to content
Snippets Groups Projects
Commit 27122234 authored by armar-user's avatar armar-user
Browse files

minor

parent 29fdf599
No related branches found
No related tags found
1 merge request!25RT controller and simplification
......@@ -186,6 +186,7 @@ namespace armarx::navigation::components
ARMARX_TRACE;
introspector = server::ArvizIntrospector(getArvizClient(), scene().robot);
// memoryIntrospector = server::MemoryIntrospector(resultsWriterPlugin->get(), );
navRemoteGui = std::make_unique<NavigatorRemoteGui>(remoteGui, *this);
......
......@@ -168,6 +168,7 @@ namespace armarx::navigation::components
std::optional<server::PlatformControllerExecutor> executor;
std::optional<server::ArvizIntrospector> introspector;
// std::optional<server::MemoryIntrospector> memoryIntrospector;
std::optional<server::scene_provider::SceneProvider> sceneProvider;
std::unordered_map<std::string, server::Navigator> navigators;
......
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