Skip to content
Snippets Groups Projects
Commit fdfd60d7 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Update NEWS

parent 78e11d39
No related branches found
Tags v1.1.0
No related merge requests found
Pipeline #4798 passed with warnings
Main modifications since version 0.6.0
-*- outline -*-
New in 1.1.0
* Fix uninitialized closest points in capsulePlaneIntersect.
* Refactor sphereTriangleIntersect.
* Initialize closest points to nan value in distance query
* Add Converter from AABB to OBBRSS.
* Add node type as attribute of MeshLoader.
* Simplify box - sphere distance computation.
* Implement GJKSolver_indep::shapeIntersect for sphere - box
* Fix MeshShapeCollisionTraversalNodeOBB.
* Add missing include guard in fwd.hh/
- A lot of cleaning among functions that were not used
- broadphase has been removed,
- cost and cost source have been removed,
New in 1.0.2
* A lot of cleaning among functions that were not used
- broadphase has been removed,
- cost and cost source have been removed,
- CollisionRequest is passed to low level functions in order to unify
the calling function tree among the various possible options,
* CollisionRequest is passed to low level functions in order to unify
- the calling function tree among the various possible options,
- Collision test triangle - triangle
- in GJK, a detection of loop that made the algorithm fail to detect
collision has been removed,
- collision and distance computation between triangles in
MeshCollisionTraversalNode::leafTesting now uses GJK
- a test on triangle - triangle interaction has been added optimality of
closest points is check using Karush-Kuhn-Tucker conditions.
* Collision test triangle - triangle
- in GJK, a detection of loop that made the algorithm fail to detect
collision has been removed,
- collision and distance computation between triangles in
MeshCollisionTraversalNode::leafTesting now uses GJK
- a test on triangle - triangle interaction has been added optimality of
closest points is check using Karush-Kuhn-Tucker conditions.
Main modifications since version 0.5.1
- Fix octomap version handling,
- add flags related to Octomap in pkg-config file.
\ No newline at end of file
New in 1.0.1
* Fix octomap version handling,
- add flags related to Octomap in pkg-config file.
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