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

get_keys currently unsupported for unordered_map. will be fixed soon

parent f89f828b
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,9 @@ namespace armarx::armem::server::obj::articulated_object_instance
fromAron(aronDescriptionLink, descriptionLink);
ARMARX_DEBUG << "Lookup key is " << descriptionLink;
const auto keys = simox::alg::get_keys(knownObjectClasses);
ARMARX_DEBUG << "Known keys " << keys;
// const auto keys = simox::alg::get_keys(knownObjectClasses);
// ARMARX_DEBUG << "Known keys " << keys;
const auto it = knownObjectClasses.find(descriptionLink);
if (it == knownObjectClasses.end())
......
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