Skip to content
Snippets Groups Projects
Commit cc791aac authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix entity name creation

parent dcd6f418
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ namespace armarx::armem::server::obj::articulated_object_class
for (const armem::articulated_object::ArticulatedObjectDescription& desc : descriptions)
{
EntityUpdate& update = commit.updates.emplace_back();
update.entityID = providerID.withEntityName(datasetName + "/" + desc.name);
update.entityID = providerID.withEntityName(desc.name);
update.timeArrived = update.timeCreated = update.timeSent = now;
arondto::RobotDescription aronRobotDescription;
......
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