Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Navigation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Skills
Navigation
Commits
00272e81
Commit
00272e81
authored
2 years ago
by
Tobias Gröger
Browse files
Options
Downloads
Patches
Plain Diff
Fix const
parent
1dbc8494
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/armarx/navigation/human/types.cpp
+1
-1
1 addition, 1 deletion
source/armarx/navigation/human/types.cpp
source/armarx/navigation/human/types.h
+1
-1
1 addition, 1 deletion
source/armarx/navigation/human/types.h
with
2 additions
and
2 deletions
source/armarx/navigation/human/types.cpp
+
1
−
1
View file @
00272e81
...
...
@@ -3,7 +3,7 @@
namespace
armarx
::
navigation
::
human
{
core
::
Pose2D
Human
::
estimateAt
(
DateTime
&
time
)
const
Human
::
estimateAt
(
const
DateTime
&
time
)
const
{
double
dt
=
(
time
-
detectionTime
).
toSecondsDouble
();
core
::
Pose2D
estimation
{
pose
};
...
...
This diff is collapsed.
Click to expand it.
source/armarx/navigation/human/types.h
+
1
−
1
View file @
00272e81
...
...
@@ -34,7 +34,7 @@ namespace armarx::navigation::human
Eigen
::
Vector2f
linearVelocity
;
DateTime
detectionTime
;
core
::
Pose2D
estimateAt
(
DateTime
&
time
)
const
;
core
::
Pose2D
estimateAt
(
const
DateTime
&
time
)
const
;
};
struct
HumanGroup
...
...
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