Skip to content

Commit

Permalink
Backporting #53 to FCL 0.3 (#141)
Browse files Browse the repository at this point in the history
* Add tests to show fcl 0.3.2 that returns different results for obj1-obj2 and obj2-obj1

* Use same shape algorithms for the reverse case

(cherry picked from commit 7609e1f)
Remove redundant tests in test_fcl_geometric_shapes.cpp

(cherry picked from commit fcc931d)
Fix typo: uncommnet --> uncomment

(cherry picked from commit d277922)
Remove comment related to ellipsoid which is not merged to master branch yet

(cherry picked from commit 9ed22c3)

* Bump version to 0.3.3
  • Loading branch information
jslee02 authored Jul 22, 2016
1 parent 9d5b7a9 commit 50a87ce
Show file tree
Hide file tree
Showing 4 changed files with 722 additions and 107 deletions.
2 changes: 1 addition & 1 deletion CMakeModules/FCLVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# set the version in a way CMake can use
set(FCL_MAJOR_VERSION 0)
set(FCL_MINOR_VERSION 3)
set(FCL_PATCH_VERSION 2)
set(FCL_PATCH_VERSION 3)
set(FCL_VERSION "${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION}.${FCL_PATCH_VERSION}")

# increment this when we have ABI changes
Expand Down
Loading

0 comments on commit 50a87ce

Please sign in to comment.