predictions.cpp File Reference
#include "predictions.h"
#include <manif/SE3.h>
#include <SimoxUtility/math/pose/pose.h>
#include <SimoxUtility/math/regression/linear.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/ice_conversions/ice_conversions_templates.h>
+ Include dependency graph for predictions.cpp:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::objpose
 This file is part of ArmarX.
 

Functions

objpose::ObjectPosePredictionResult predictObjectPoseLinear (const std::map< DateTime, ObjectPose > &poses, const DateTime &time, const ObjectPose &latestPose)
 Predict the pose of an object given a history of poses based on a linear regression. More...