#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>
Go to the source code of this file.
|
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...
|
|