Go to the documentation of this file.
28 #include <IceUtil/Time.h>
48 PlatformKalmanFilter(Eigen::Vector2d initialPosition,
double initialRotation,
double translationSensorStdDev = 100.0,
double rotationSensorStdDev = 0.1,
49 double translationVelocitySensorStdDev = 1.,
double rotationVelocitySensorStdDev = 1.);
65 void update(
double x,
double y,
double alpha);
71 const Eigen::Vector3d&
getPose()
const;
std::shared_ptr< Value > value()
armarx::core::time::DateTime Time
std::shared_ptr< PlatformKalmanFilter > PlatformKalmanFilterPtr