collision_octomap_octomap_unit.cpp
Go to the documentation of this file.
3 #include <gtest/gtest.h>
5 
11 
12 using namespace tesseract_collision;
13 
14 TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionOctomapOctomapUnit) // NOLINT
15 {
17  test_suite::runTest(checker);
18 }
19 
20 TEST(TesseractCollisionUnit, BulletDiscreteBVHCollisionOctomapOctomapUnit) // NOLINT
21 {
23  test_suite::runTest(checker);
24 }
25 
26 TEST(TesseractCollisionUnit, BulletContinuousSimpleCollisionOctomapOctomapUnit) // NOLINT
27 {
29  test_suite::runTest(checker);
30 }
31 
32 TEST(TesseractCollisionUnit, BulletContinuousBVHCollisionOctomapOctomapUnit) // NOLINT
33 {
35  test_suite::runTest(checker);
36 }
37 
38 // This test the octomap subshape types INSIDE_SPHERE and OUTSIDE_SPHERE (FCL is exclued becaues it is not supprted)
39 int main(int argc, char** argv)
40 {
41  testing::InitGoogleTest(&argc, argv);
42 
43  return RUN_ALL_TESTS();
44 }
bullet_cast_simple_manager.h
Tesseract ROS Bullet cast(continuous) simple collision manager.
TEST
TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionOctomapOctomapUnit)
Definition: collision_octomap_octomap_unit.cpp:14
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.
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
collision_octomap_octomap_unit.hpp
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
main
int main(int argc, char **argv)
Definition: collision_octomap_octomap_unit.cpp:39
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