collision_box_cylinder_unit.cpp
Go to the documentation of this file.
3 #include <gtest/gtest.h>
5 
10 
11 using namespace tesseract_collision;
12 
13 TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionBoxCylinderUnit) // NOLINT
14 {
16  test_suite::runTest(checker);
17 }
18 
19 TEST(TesseractCollisionUnit, BulletDiscreteBVHCollisionBoxCylinderUnit) // NOLINT
20 {
22  test_suite::runTest(checker);
23 }
24 
25 // TEST(TesseractCollisionUnit, FCLDiscreteBVHCollisionBoxCylinderUnit)
26 //{
27 // TODO: Currently this fails when using FCL. An issue has been created
28 // and they are currently addressing the issue.
29 
30 // tesseract::tesseract_fcl::FCLDiscreteBVHManager checker;
31 // runTest(checker);
32 //}
33 
34 int main(int argc, char** argv)
35 {
36  testing::InitGoogleTest(&argc, argv);
37 
38  return RUN_ALL_TESTS();
39 }
main
int main(int argc, char **argv)
Definition: collision_box_cylinder_unit.cpp:34
fcl_discrete_managers.h
Tesseract ROS FCL contact checker implementation.
bullet_discrete_simple_manager.h
Tesseract ROS Bullet discrete simple collision manager.
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
TEST
TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionBoxCylinderUnit)
Definition: collision_box_cylinder_unit.cpp:13
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
collision_box_cylinder_unit.hpp
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
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:01:52