Skip to content

Releases: JuliaRobotics/EnhancedGJK.jl

v0.4.2

17 Mar 02:36
e8e60fe
Compare
Choose a tag to compare

EnhancedGJK v0.4.2

Diff since v0.4.1

Closed issues:

  • Error when using ForwardDiff: The applicable method may be too new (#36)

Merged pull requests:

v0.4.1

03 Mar 03:56
Compare
Choose a tag to compare

EnhancedGJK v0.4.1

Diff since v0.4.0

Closed issues:

  • Bitrot: clash with GeometryBasics (#32)

Merged pull requests:

v0.4.0

06 Jul 21:16
v0.4.0
Compare
Choose a tag to compare
  • handle GeometryTypes.Point. (#19)
  • add reset!(cache::CollisionCache) function. (#20)
  • make runbenchmarks.jl standalone runnable. (#21)
  • improve benchmarks, fix type inference issue in projection_weights that led to decreased performance in >= 3 dimensions. (#22)
  • minor speedup for penetration_distance. (#23)
  • add debug visualizer tool, increase numerical tolerance for projection_weights introduced in #18. (#24)
  • assert (with a very large tolerance) that there's no separation (norm of best point) in the penetration case (cheap sanity check for #17). (#25)
  • add iteration count to GJKResult, to enable user side max iteration count checks. (#25)
  • Simplify penetration_distance (stop using GeometryTypes.argmax). Same performance. (#26)
  • breaking: GJKResult API changes. Remove the signed_distance field from GJKResult, add in_collision and weights fields, add separation_distance and simplex_penetration_distance functions (#27).
  • Add unexported normal function, which returns a normal given a face (#28)

v0.3.2

24 Jun 14:46
v0.3.2
Compare
Choose a tag to compare

Fix #17, incorrect projection_weights results due to floating point rounding error.

v0.3.1

21 Jun 05:11
v0.3.1
Compare
Choose a tag to compare

Fix #15, error with latest StaticArrays version.

v0.3.0

14 May 18:34
v0.3.0
f6a6553
Compare
Choose a tag to compare

Fully switch to Project.toml setup.

v0.2.0

04 Dec 00:04
5ee2d99
Compare
Choose a tag to compare

Julia 0.7/1.0 compatibility

Julia v0.6 compatibility

13 Mar 19:15
9f2e799
Compare
Choose a tag to compare
  • Updates for Julia v0.6 and StaticArrays compatibility (@tkoolen )

Initial release

22 Feb 16:34
Compare
Choose a tag to compare
v0.0.1

require fileIO in tests