\page page_eigen_utils Eigen Utils
This package provides common utilities around the eigen library.
Run the unit tests with
catkin run_tests eigen_utils
#include <eigen_utils/testing.hpp>
cv::Mat myFirstMat;
cv::Mat mySecondMat;
...
ASSERT_MATRICES_EQ_WITH_NAN(myFirstMat, mySecondMat);