#include <gtest/gtest.h>
#include <moveit/mesh_filter/mesh_filter.h>
#include <moveit/mesh_filter/stereo_camera_model.h>
#include <geometric_shapes/shapes.h>
#include <geometric_shapes/shape_operations.h>
#include <eigen3/Eigen/Eigen>
#include <vector>
Go to the source code of this file.
|
template<typename Type > |
const Type | mesh_filter_test::getRandomNumber (const Type &min, const Type &max) |
|
| TEST_P (MeshFilterTestFloat, float) |
|
| INSTANTIATE_TEST_CASE_P (float_test, MeshFilterTestFloat, ::testing::Range< double >(0.0f, 6.0f, 0.5f)) |
|
| TEST_P (MeshFilterTestUnsignedShort, unsigned_short) |
|
| INSTANTIATE_TEST_CASE_P (ushort_test, MeshFilterTestUnsignedShort, ::testing::Range< double >(0.0f, 6.0f, 0.5f)) |
|
int | main (int argc, char **argv) |
|
◆ MeshFilterTestFloat
◆ MeshFilterTestUnsignedShort
◆ INSTANTIATE_TEST_CASE_P() [1/2]
INSTANTIATE_TEST_CASE_P |
( |
float_test |
, |
|
|
MeshFilterTestFloat |
, |
|
|
::testing::Range< double > |
0.0f, 6.0f, 0.5f |
|
) |
| |
◆ INSTANTIATE_TEST_CASE_P() [2/2]
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST_P() [1/2]
◆ TEST_P() [2/2]