moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <gtest/gtest.h>
#include <sstream>
#include <Eigen/Geometry>
Go to the source code of this file.
Classes | |
struct | IsApprox< T1, T2 > |
Macros | |
#define | EXPECT_EIGEN_EQ(val1, val2) |
#define | EXPECT_EIGEN_NEAR(val1, val2, prec_) EXPECT_PRED_FORMAT2((IsApprox<decltype(val1), decltype(val2)>(prec_)), val1, val2) |
Functions | |
template<typename _Scalar , int _Dim, int _Mode, int _Options> | |
std::ostream & | operator<< (std::ostream &s, const Eigen::Transform< _Scalar, _Dim, _Mode, _Options > &t) |
#define EXPECT_EIGEN_EQ | ( | val1, | |
val2 | |||
) |
Definition at line 72 of file eigen_test_utils.h.
#define EXPECT_EIGEN_NEAR | ( | val1, | |
val2, | |||
prec_ | |||
) | EXPECT_PRED_FORMAT2((IsApprox<decltype(val1), decltype(val2)>(prec_)), val1, val2) |
Definition at line 76 of file eigen_test_utils.h.
std::ostream & operator<< | ( | std::ostream & | s, |
const Eigen::Transform< _Scalar, _Dim, _Mode, _Options > & | t | ||
) |
Provide operator<< for Eigen::Transform
Definition at line 43 of file eigen_test_utils.h.