Skip to content
Snippets Groups Projects

Rename time created

Merged Fabian Tërnava requested to merge armem/rename-time-created into master
9 files
+ 20
22
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -267,8 +267,8 @@ namespace armarx::armem::server::human_memory
armem::EntityUpdate update;
update.entityID = entityID;
// update.confidence = humanPose.
update.timeSent = timestamp; // TODO this is not fully correct
update.timeCreated = timestamp;
update.sentTime = timestamp; // TODO this is not fully correct
update.referencedTime = timestamp;
update.instancesData.push_back(humanPose.toAron());
commit.add(update);
Loading