Go to the documentation of this file. 1 #ifndef _POSE_ESTIMATION_MEASUREMENT_HPP 2 #define _POSE_ESTIMATION_MEASUREMENT_HPP 6 #define MEASUREMENT(NAME, DIM) \ 9 typedef Eigen::Matrix<double, DIM, 1> Mu; \ 10 typedef Eigen::Matrix<double, DIM, DIM> Cov; \ 12 NAME() : mu(Mu::Zero()), cov(Cov::Identity()) {} \