#include <memory>
#include <gtest/gtest.h>
#include <Eigen/Dense>
#include "eigen_matrix_compare.h"
#include "fcl/narrowphase/collision_object.h"
#include "fcl/narrowphase/distance.h"
Go to the source code of this file.
Functions | |
GTEST_TEST (FCL_SPHERE_CYLINDER, LargBoxSmallSphere_indep) | |
GTEST_TEST (FCL_SPHERE_CYLINDER, LargCylinderSmallSphere_ccd) | |
template<typename S > | |
void | LargeCylinderSmallSphereTest (fcl::GJKSolverType solver_type) |
int | main (int argc, char *argv[]) |
GTEST_TEST | ( | FCL_SPHERE_CYLINDER | , |
LargBoxSmallSphere_indep | |||
) |
Definition at line 220 of file test_fcl_sphere_cylinder.cpp.
GTEST_TEST | ( | FCL_SPHERE_CYLINDER | , |
LargCylinderSmallSphere_ccd | |||
) |
Definition at line 215 of file test_fcl_sphere_cylinder.cpp.
void LargeCylinderSmallSphereTest | ( | fcl::GJKSolverType | solver_type | ) |
Definition at line 104 of file test_fcl_sphere_cylinder.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 226 of file test_fcl_sphere_cylinder.cpp.