Skip to content
Snippets Groups Projects
Unverified Commit 8a71cfc1 authored by Louis Montaut's avatar Louis Montaut Committed by GitHub
Browse files

Merge branch 'devel' into topic/coal

parents 56e53d29 412cf100
No related branches found
No related tags found
No related merge requests found
Pipeline #42838 failed
......@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Fix Fix serialization unit test when running without Qhull support ([#611](https://github.com/humanoid-path-planner/hpp-fcl/pull/611))
- Compiler warnings ([#601](https://github.com/humanoid-path-planner/hpp-fcl/pull/601), [#605](https://github.com/humanoid-path-planner/hpp-fcl/pull/605))
- CMake: fix assimp finder
- Don't define GCC7 Boost serialization hack when `HPP_FCL_SKIP_EIGEN_BOOST_SERIALIZATION` is defined ([#530](https://github.com/humanoid-path-planner/hpp-fcl/pull/530))
......
......@@ -509,6 +509,7 @@ BOOST_AUTO_TEST_CASE(test_shapes) {
test_serialization(plane, plane_copy);
}
#ifdef HPP_FCL_HAS_QHULL
{
const size_t num_points = 500;
std::shared_ptr<std::vector<Vec3s>> points =
......@@ -527,6 +528,7 @@ BOOST_AUTO_TEST_CASE(test_shapes) {
Convex convex_copy;
test_serialization(*convex, convex_copy);
}
#endif
}
#ifdef COAL_HAS_OCTOMAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment