Skip to content

ANYbotics/eigen_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

\page page_eigen_utils Eigen Utils

Eigen Utils

Overview

This package provides common utilities around the eigen library.

Unit Tests

Run the unit tests with

catkin run_tests eigen_utils

Usage

Testing

#include <eigen_utils/testing.hpp>

cv::Mat myFirstMat;
cv::Mat mySecondMat;

...

ASSERT_MATRICES_EQ_WITH_NAN(myFirstMat, mySecondMat);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published