collision_multi_threaded_unit.cpp
Go to the documentation of this file.
3 #include <gtest/gtest.h>
5 
10 
11 using namespace tesseract_collision;
12 
13 TEST(TesseractCollisionMultiThreadedUnit, BulletDiscreteSimpleCollisionMultiThreadedConvexHullUnit) // NOLINT
14 {
16  test_suite::runTest(checker, true);
17 }
18 
19 TEST(TesseractCollisionMultiThreadedUnit, BulletDiscreteSimpleCollisionMultiThreadedUnit) // NOLINT
20 {
22  test_suite::runTest(checker);
23 }
24 
25 TEST(TesseractCollisionMultiThreadedUnit, BulletDiscreteBVHCollisionMultiThreadedConvexHullUnit) // NOLINT
26 {
28  test_suite::runTest(checker, true);
29 }
30 
31 TEST(TesseractCollisionMultiThreadedUnit, BulletDiscreteBVHCollisionMultiThreadedUnit) // NOLINT
32 {
34  test_suite::runTest(checker);
35 }
36 
37 TEST(TesseractCollisionMultiThreadedUnit, FCLDiscreteBVHCollisionMultiThreadedConvexHullUnit) // NOLINT
38 {
40  test_suite::runTest(checker, true);
41 }
42 
43 TEST(TesseractCollisionMultiThreadedUnit, FCLDiscreteBVHCollisionMultiThreadedUnit) // NOLINT
44 {
46  test_suite::runTest(checker);
47 }
48 
49 int main(int argc, char** argv)
50 {
51  testing::InitGoogleTest(&argc, argv);
52 
53  return RUN_ALL_TESTS();
54 }
fcl_discrete_managers.h
Tesseract ROS FCL contact checker implementation.
bullet_discrete_simple_manager.h
Tesseract ROS Bullet discrete simple collision manager.
collision_multi_threaded_unit.hpp
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
main
int main(int argc, char **argv)
Definition: collision_multi_threaded_unit.cpp:49
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
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
TEST
TEST(TesseractCollisionMultiThreadedUnit, BulletDiscreteSimpleCollisionMultiThreadedConvexHullUnit)
Definition: collision_multi_threaded_unit.cpp:13


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