Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VisionX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
VisionX
Merge requests
!157
Rename time created
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename time created
armem/rename-time-created
into
master
Overview
0
Commits
3
Pipelines
0
Changes
9
Merged
Fabian Tërnava
requested to merge
armem/rename-time-created
into
master
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
master
version 1
73d4ae26
2 years ago
master (base)
and
latest version
latest version
4a8c81cb
3 commits,
2 years ago
version 1
73d4ae26
1 commit,
2 years ago
9 files
+
20
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
source/VisionX/components/armem/server/HumanMemory/HumanMemory.cpp
+
2
−
2
Options
@@ -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