Go to the documentation of this file.
3 #include <gtest/gtest.h>
15 TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionCompoundCompoundUnit)
21 TEST(TesseractCollisionUnit, BulletDiscreteBVHCollisionCompoundCompoundUnit)
27 TEST(TesseractCollisionUnit, FCLDiscreteBVHCollisionCompoundCompoundUnit)
33 TEST(TesseractCollisionUnit, BulletContinuousSimpleCollisionCompoundCompoundUnit)
39 TEST(TesseractCollisionUnit, BulletContinuousBVHCollisionCompoundCompoundUnit)
45 int main(
int argc,
char** argv)
47 testing::InitGoogleTest(&argc, argv);
49 return RUN_ALL_TESTS();
Tesseract ROS Bullet cast(continuous) simple collision manager.
Tesseract ROS FCL contact checker implementation.
Tesseract ROS Bullet cast(continuous) BVH collision manager.
Tesseract ROS Bullet discrete simple collision manager.
TEST(TesseractCollisionUnit, BulletDiscreteSimpleCollisionCompoundCompoundUnit)
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
int main(int argc, char **argv)
Tesseract ROS Bullet discrete BVH collision manager.
A BVH implementation of a bullet manager.
void runTest(ContinuousContactManager &checker)
A BVH implementation of a tesseract contact manager.
A simple implementation of a bullet manager which does not use BHV.
A FCL implementation of the discrete contact manager.
A simple implementation of a tesseract manager which does not use BHV.