Skip to content
Snippets Groups Projects
Commit bddbcfdd authored by armar-user's avatar armar-user
Browse files

fix: Naming.

parent 6d189b70
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@ namespace armarx
update.entityID = armem::MemoryID()
.withMemoryName(properties.humanMemory.memoryName)
.withCoreSegmentName(properties.humanMemory.coreSegmentName)
.withProviderSegmentName(defaultName)
.withEntityName("Human")
.withProviderSegmentName(getName())
.withEntityName("Detections")
.withTimestamp(ts);
update.timeCreated = ts;
......
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