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

disabled sensory memory

parent 66aaf401
No related branches found
No related tags found
1 merge request!266Feature/armem laser scans
......@@ -156,16 +156,16 @@ namespace armarx
addPlugin(laserScanWriterPlugin);
{
Ice::PropertiesPtr properties = getIceProperties()->clone();
// {
// Ice::PropertiesPtr properties = getIceProperties()->clone();
const std::string configName = "sensory_memory";
// const std::string configName = "sensory_memory";
IceInternal::Handle<armem::server::laser_scans::LaserScansMemory> sensoryMemory =
Component::create<armem::server::laser_scans::LaserScansMemory>(
properties, configName, getConfigDomain());
getArmarXManager()->addObjectAsync(sensoryMemory, "", true, false);
}
// IceInternal::Handle<armem::server::laser_scans::LaserScansMemory> sensoryMemory =
// Component::create<armem::server::laser_scans::LaserScansMemory>(
// properties, configName, getConfigDomain());
// getArmarXManager()->addObjectAsync(sensoryMemory, "", true, false);
// }
}
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