#include <functional>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include <gtest/gtest.h>
#include <Eigen/Dense>
#include "fcl/math/constants.h"
#include "fcl/narrowphase/collision.h"
#include "fcl/narrowphase/collision_object.h"
Go to the source code of this file.
|
| GTEST_TEST (FCL_BOX_BOX, collision_box_box_all_contacts_ccd) |
|
| GTEST_TEST (FCL_BOX_BOX, collision_box_box_all_contacts_indep) |
|
| GTEST_TEST (FCL_BOX_BOX, collision_box_box_cull_contacts_ccd) |
|
| GTEST_TEST (FCL_BOX_BOX, collision_box_box_cull_contacts_indep) |
|
| GTEST_TEST (FCL_BOX_BOX, collision_box_box_edge_contact_ccd) |
|
| GTEST_TEST (FCL_BOX_BOX, collision_box_box_edge_contact_indep) |
|
int | main (int argc, char *argv[]) |
|
template<typename S > |
void | test_collision_box_box_all_contacts (fcl::GJKSolverType solver_type, S test_tolerance) |
|
template<typename S > |
void | test_collision_box_box_cull_contacts (fcl::GJKSolverType solver_type, S test_tolerance) |
|
template<typename S > |
void | test_collision_box_box_edge_contact (fcl::GJKSolverType solver_type, S test_tolerance) |
|
◆ GTEST_TEST() [1/6]
GTEST_TEST |
( |
FCL_BOX_BOX |
, |
|
|
collision_box_box_all_contacts_ccd |
|
|
) |
| |
◆ GTEST_TEST() [2/6]
GTEST_TEST |
( |
FCL_BOX_BOX |
, |
|
|
collision_box_box_all_contacts_indep |
|
|
) |
| |
◆ GTEST_TEST() [3/6]
GTEST_TEST |
( |
FCL_BOX_BOX |
, |
|
|
collision_box_box_cull_contacts_ccd |
|
|
) |
| |
◆ GTEST_TEST() [4/6]
GTEST_TEST |
( |
FCL_BOX_BOX |
, |
|
|
collision_box_box_cull_contacts_indep |
|
|
) |
| |
◆ GTEST_TEST() [5/6]
GTEST_TEST |
( |
FCL_BOX_BOX |
, |
|
|
collision_box_box_edge_contact_ccd |
|
|
) |
| |
◆ GTEST_TEST() [6/6]
GTEST_TEST |
( |
FCL_BOX_BOX |
, |
|
|
collision_box_box_edge_contact_indep |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ test_collision_box_box_all_contacts()
template<typename S >
void test_collision_box_box_all_contacts |
( |
fcl::GJKSolverType |
solver_type, |
|
|
S |
test_tolerance |
|
) |
| |
◆ test_collision_box_box_cull_contacts()
template<typename S >
void test_collision_box_box_cull_contacts |
( |
fcl::GJKSolverType |
solver_type, |
|
|
S |
test_tolerance |
|
) |
| |
◆ test_collision_box_box_edge_contact()
template<typename S >
void test_collision_box_box_edge_contact |
( |
fcl::GJKSolverType |
solver_type, |
|
|
S |
test_tolerance |
|
) |
| |