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