31 using namespace ObjectLocalization;
40 const memoryx::ObjectMemoryObserverInterfacePrx objectMemoryObserver = getObjectMemoryObserver();
41 std::map<std::string, armarx::ChannelRegistryEntry> channels = objectMemoryObserver->getAvailableChannels(
false);
43 for (
auto& channel : channels)
45 if (channel.first.find(
"_query_"))
47 if (channel.first.find(in.getObjectName()) != std::string::npos)
49 emitObjectRequested();
54 emitObjectNotRequested();