Skip to content

Releases: coal-library/coal

HPP-FCL 1.7.6

Choose a tag to compare

@jcarpent jcarpent released this 08 Sep 15:28
v1.7.6
a8a119e

This new release improves the packaging of the project and integrates the Stub generation of Python bindings.

HPP-FCL 1.7.5

Choose a tag to compare

@jcarpent jcarpent released this 30 Jul 13:55
v1.7.5
7624c32

This new release provides extended API exposition in Python, removes some code related to CDD while also trying to rely on the QHULL version present on the system.

HPP-FCL 1.7.4

Choose a tag to compare

@jcarpent jcarpent released this 11 Jun 13:33
v1.7.4
e21fc7a

This release fixes several bugs:

  • correct update of the distance lower bound
  • fix memory footprint computation

while also removing the support of Travis CI.

HPP-FCL 1.7.3

Choose a tag to compare

@jcarpent jcarpent released this 26 May 07:51
v1.7.3
80fe9ec

This new release provides:

  • fixes of LINE and POINTS when loading meshes with assimp
  • removing of various warnings
  • computation of memory footprint for geometries

HPP-FCL 1.7.2

Choose a tag to compare

@jcarpent jcarpent released this 19 Apr 07:32
v1.7.2
40c9869

This new release improves the loading of meshes using Assimp by automatically removing degenerated LINES and POINTS.

HPP-FCL 1.7.1

Choose a tag to compare

@jcarpent jcarpent released this 02 Apr 15:56
v1.7.1
79aba69

This new release reduces the impact of timers on the computations.
This should be used with care and can be enabled by setting the correct flag to true in the QueryRequest.

HPP-FCL 1.7.0

Choose a tag to compare

@jcarpent jcarpent released this 31 Mar 08:44
v1.7.0
8709c3e

This new release provides:

  • extended support for serialization
  • timing of the collision/distance computations
  • helpers to build octree
  • various bug fixes and interface improvements

HPP-FCL 1.6.0

Choose a tag to compare

@jcarpent jcarpent released this 06 Oct 14:35
v1.6.0
a140097

This new release provides:

  • functors for evaluating Collision and Distances (faster call)
  • extended support of v142 compiler
  • support of collision check between HalfSpace and Convex shapes
  • improvement of GJK solver
  • fixes on Python bindings

HPP-FCL 1.5.4

Choose a tag to compare

@jcarpent jcarpent released this 22 Sep 15:39
v1.5.4
4d3e75f

In this new release, the support of collision checking between Convex objects and HalfSpace have been enhanced and some minor fixes have been provided.

HPP-FCL 1.5.3

Choose a tag to compare

@jcarpent jcarpent released this 31 Aug 13:37
v1.5.3
063ebc2

This new release provides better CMake packaging and improved GJK algorithms.