Skip to content
Snippets Groups Projects

Rename time created

Merged Fabian Tërnava requested to merge armem/rename-time-created into main
4 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -39,7 +39,7 @@ namespace armarx::manipulation::memory::client::core
.withCoreSegmentName(std::string(coreSegmentName))
.withProviderSegmentName(clientID).withEntityName(
entityName.has_value() ? entityName.value() : "ActionHypothesis").withTimestamp(ts);
update.timeCreated = armem::Time(armarx::Duration::MicroSeconds(bo.observationTime));
update.referencedTime = armem::Time(armarx::Duration::MicroSeconds(bo.observationTime));
auto dto = toAron(bo);
update.instancesData = {dto.toAron()};
return update;
Loading