You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
17
- Fix call to clear methods for {Collision,Distance}Data inside init function ([#509](https://github.com/humanoid-path-planner/hpp-fcl/pull/509))
18
18
- CMake: fix submodule use in bindings in ([#512](https://github.com/humanoid-path-planner/hpp-fcl/pull/512))
19
19
- Fix bug in DynamicAABBTreeCollisionManager (see [#514](https://github.com/humanoid-path-planner/hpp-fcl/issues/514)) in ([#515](https://github.com/humanoid-path-planner/hpp-fcl/pull/515))
20
+
### Added
21
+
- In struct Contact
22
+
- Documentation of the members,
23
+
- initialization of normal, closest points and contact point in constructors
24
+
- method getDistanceToCollision
25
+
- New variant of GJK (PolyakAcceleration).
26
+
- Specialization of distance computation between
27
+
- Sphere and Capsule,
28
+
- Ellipsoid and Halfspace,
29
+
- Ellipsoid and Plane.
30
+
- Collision computation between Octree and HeightField.
31
+
32
+
### Changed
33
+
- Matrixx3f and Matrixx3i become row major.
34
+
- Use shared pointers to vectors instead of arrays for vertices and triangles in class BVHModelBase.
0 commit comments