|
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_) |
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 74 of file eigen_test_utils.hpp.
| #define EXPECT_EIGEN_NEAR | ( | val1, | |
| val2, | |||
| prec_ ) |
Definition at line 78 of file eigen_test_utils.hpp.
| std::ostream & operator<< | ( | std::ostream & | s, |
| const Eigen::Transform< _Scalar, _Dim, _Mode, _Options > & | t ) |
Provide operator<< for Eigen::Transform
Definition at line 45 of file eigen_test_utils.hpp.