Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
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
Container Registry
Model registry
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
RobotAPI
Commits
2578105b
Commit
2578105b
authored
2 years ago
by
Rainer Kartmann
Browse files
Options
Downloads
Patches
Plain Diff
(WIP) Define predictor function
parent
45ee34e8
No related branches found
No related tags found
1 merge request
!265
Robot state predictions
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/armem/core/Prediction.h
+8
-0
8 additions, 0 deletions
source/RobotAPI/libraries/armem/core/Prediction.h
with
8 additions
and
0 deletions
source/RobotAPI/libraries/armem/core/Prediction.h
+
8
−
0
View file @
2578105b
...
...
@@ -22,10 +22,14 @@
#pragma once
#include
<functional>
#include
<vector>
#include
<RobotAPI/interface/armem/prediction.h>
#include
<RobotAPI/libraries/armem/core/MemoryID.h>
#include
<RobotAPI/libraries/aron/core/data/variant/container/Dict.h>
namespace
armarx
::
armem
{
...
...
@@ -66,6 +70,10 @@ namespace armarx::armem
armem
::
prediction
::
data
::
PredictionResult
toIce
()
const
;
};
using
Predictor
=
std
::
function
<
std
::
vector
<
PredictionResult
>
(
const
std
::
vector
<
PredictionRequest
>&
requests
)
>
;
void
toIce
(
armem
::
prediction
::
data
::
PredictionEngine
&
ice
,
const
PredictionEngine
&
engine
);
void
fromIce
(
const
armem
::
prediction
::
data
::
PredictionEngine
&
ice
,
...
...
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