#include "hpp/fcl/data_types.h"
#include <boost/test/tools/old/interface.hpp>
#include <boost/test/included/unit_test.hpp>
#include <Eigen/Geometry>
#include <hpp/fcl/narrowphase/narrowphase.h>
#include <hpp/fcl/shape/geometric_shapes.h>
#include <hpp/fcl/internal/tools.h>
#include "utility.h"
Go to the source code of this file.
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE FCL_NESTEROV_GJK |
◆ BOOST_AUTO_TEST_CASE() [1/2]
BOOST_AUTO_TEST_CASE |
( |
cv_criterion_same_solution |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/2]
BOOST_AUTO_TEST_CASE |
( |
set_cv_criterion |
| ) |
|
◆ test_gjk_cv_criterion()
void test_gjk_cv_criterion |
( |
const ShapeBase & |
shape0, |
|
|
const ShapeBase & |
shape1, |
|
|
const GJKConvergenceCriterionType |
cv_type |
|
) |
| |