Skip to content
Snippets Groups Projects

Robot state predictions

Merged Rainer Kartmann requested to merge robot-state-predictions into master
2 unresolved threads
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading