Skip to content

Releases: flexible-collision-library/fcl

FCL 0.7.0

Choose a tag to compare

@scpeters scpeters released this 10 Sep 03:47
df2702c

This release adds the following breaking changes as well as other features and bug fixes documented in the Changelog

  • Breaking changes

    • Macros FCL_SUPPRESS_MAYBE_UNINITIALIZED_BEGIN and FCL_SUPPRESS_MAYBE_UNINITIALIZED_END defined in fcl/common/warning.h have been removed:
      #489
    • Require CMake 3.10:
      #506
    • Check SSE support and enable SSE if support is found:
      #506
      #514

Quick patches to 0.6.0

Choose a tag to compare

@SeanCurtis-TRI SeanCurtis-TRI released this 26 Feb 17:46

This release represents some minor bug fixes in build and execution that were discovered on the heels of the release of 0.6.0.

For the full details, see CHANGELOG.md

New version in time for new Ubuntu

Choose a tag to compare

@SeanCurtis-TRI SeanCurtis-TRI released this 10 Feb 14:32
a13c681

The change from 0.5.0 to 0.6.0 is huge. It includes:

  • Dependency on Eigen and templatized computation scalar
  • Reorganization of code
  • Increase in tests on narrowphase calculations to improve the quality of calculations
  • and more...

For full details, view the CHANGELOG.md.

FCL 0.3.4

Choose a tag to compare

@jslee02 jslee02 released this 21 Jul 14:02
  • Fixed missing assignment in Convex class: #222 (backport of #74)

FCL 0.3.3

Choose a tag to compare

@jslee02 jslee02 released this 22 Jul 19:53
  • Fixed inconsistent results for obj1-obj2 and obj2-obj1: #141 (backported from #53)

FCL 0.5.0

Choose a tag to compare

@jslee02 jslee02 released this 20 Jul 03:13
  • Added safe-guards to allow octree headers only if octomap enabled: #136
  • Added CMake option to disable octomap in build: #135
  • Added automatic coverage test reporting: #125, #98
  • Added CMake exported targets: #116
  • Fixed API to support Octomap 1.8: #129, #126
  • Fixed continuousCollisionNaive() wasn't resetting the returned result when no collision: #123
  • Fixed uninitialized tf in TranslationMotion: #121
  • Fixed fcl.pc populated incorrect installation paths: #118
  • Fixed octree vs mesh CollisionResult now returns triangle id: #114
  • Fixed minor typo: #113
  • Fixed fallback finding of libccd: #112
  • Fixed a nasty bug in propagate propagateBVHFrontListCollisionRecurse(): #110
  • Fixed test_fcl_math failures on Windows 64 bit due to non-portable use of long: #108, #107
  • Fixed compilation in Visual Studio 2015, and suppressed some warnings: #99
  • Fixed build when libccd package config not found: #94
  • Removing dependency on boost: #108, #105, #104, #103