collision_compound_compound_unit.cpp
Go to the documentation of this file.
3 #include <gtest/gtest.h>
5 
12 
13 using namespace tesseract_collision;
14 
15 TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionCompoundCompoundUnit) // NOLINT
16 {
18  test_suite::runTest(checker);
19 }
20 
21 TEST(TesseractCollisionUnit, BulletDiscreteBVHCollisionCompoundCompoundUnit) // NOLINT
22 {
24  test_suite::runTest(checker);
25 }
26 
27 TEST(TesseractCollisionUnit, FCLDiscreteBVHCollisionCompoundCompoundUnit) // NOLINT
28 {
30  test_suite::runTest(checker);
31 }
32 
33 TEST(TesseractCollisionUnit, BulletContinuousSimpleCollisionCompoundCompoundUnit) // NOLINT
34 {
36  test_suite::runTest(checker);
37 }
38 
39 TEST(TesseractCollisionUnit, BulletContinuousBVHCollisionCompoundCompoundUnit) // NOLINT
40 {
42  test_suite::runTest(checker);
43 }
44 
45 int main(int argc, char** argv)
46 {
47  testing::InitGoogleTest(&argc, argv);
48 
49  return RUN_ALL_TESTS();
50 }
bullet_cast_simple_manager.h
Tesseract ROS Bullet cast(continuous) simple collision manager.
fcl_discrete_managers.h
Tesseract ROS FCL contact checker implementation.
bullet_cast_bvh_manager.h
Tesseract ROS Bullet cast(continuous) BVH collision manager.
bullet_discrete_simple_manager.h
Tesseract ROS Bullet discrete simple collision manager.
TEST
TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionCompoundCompoundUnit)
Definition: collision_compound_compound_unit.cpp:15
collision_compound_compound_unit.hpp
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
main
int main(int argc, char **argv)
Definition: collision_compound_compound_unit.cpp:45
bullet_discrete_bvh_manager.h
Tesseract ROS Bullet discrete BVH collision manager.
TESSERACT_COMMON_IGNORE_WARNINGS_POP
Definition: create_convex_hull.cpp:37
tesseract_collision::tesseract_collision_bullet::BulletDiscreteBVHManager
A BVH implementation of a bullet manager.
Definition: bullet_discrete_bvh_manager.h:51
tesseract_collision::test_suite::runTest
void runTest(ContinuousContactManager &checker)
Definition: collision_box_box_cast_unit.hpp:111
tesseract_collision::tesseract_collision_bullet::BulletCastBVHManager
A BVH implementation of a tesseract contact manager.
Definition: bullet_cast_bvh_manager.h:51
tesseract_collision
Definition: bullet_cast_bvh_manager.h:48
macros.h
tesseract_collision::tesseract_collision_bullet::BulletDiscreteSimpleManager
A simple implementation of a bullet manager which does not use BHV.
Definition: bullet_discrete_simple_manager.h:51
tesseract_collision::tesseract_collision_fcl::FCLDiscreteBVHManager
A FCL implementation of the discrete contact manager.
Definition: fcl_discrete_managers.h:51
tesseract_collision::tesseract_collision_bullet::BulletCastSimpleManager
A simple implementation of a tesseract manager which does not use BHV.
Definition: bullet_cast_simple_manager.h:51


tesseract_collision
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:01:52