28#include <IceUtil/Time.h>
50 double initialRotation,
51 double translationSensorStdDev = 100.0,
52 double rotationSensorStdDev = 0.1,
53 double translationVelocitySensorStdDev = 1.,
54 double rotationVelocitySensorStdDev = 1.);
62 void predict(
double velX,
double velY,
double velTheta,
const IceUtil::Time& deltaT);
70 void update(
double x,
double y,
double alpha);
76 const Eigen::Vector3d&
getPose()
const;
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< PlatformKalmanFilter > PlatformKalmanFilterPtr