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
Commits
f2d27a93
Commit
f2d27a93
authored
2 years ago
by
Rainer Kartmann
Browse files
Options
Downloads
Patches
Plain Diff
Fix deprecation warning
parent
88660cef
No related branches found
No related tags found
1 merge request
!130
Resolve "Import/Export of human profiles to PriorKnowledgeData"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/VisionX/components/image_processor/OpenPoseEstimation/Memory/RGBDPoseEstimationWithMemoryWriter/RGBDPoseEstimationWithMemoryWriter.cpp
+1
-1
1 addition, 1 deletion
...onWithMemoryWriter/RGBDPoseEstimationWithMemoryWriter.cpp
with
1 addition
and
1 deletion
source/VisionX/components/image_processor/OpenPoseEstimation/Memory/RGBDPoseEstimationWithMemoryWriter/RGBDPoseEstimationWithMemoryWriter.cpp
+
1
−
1
View file @
f2d27a93
...
...
@@ -73,7 +73,7 @@ namespace armarx
{
if
(
properties
.
enableMemory
)
{
armem
::
Time
ts
=
armem
::
Time
::
m
icroSeconds
(
timestamp_of_update
);
armem
::
Time
ts
=
armem
::
Time
(
armem
::
Duration
::
M
icroSeconds
(
timestamp_of_update
)
)
;
armem
::
EntityUpdate
update
;
update
.
entityID
=
armem
::
MemoryID
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment