Skip to content

Releases: JeroenGar/jagua-rs

v0.2.0

13 Feb 15:39
833b2cb
Compare
Choose a tag to compare

Changes include:

  • Added support for collision collection
    • Instead of only being able to return a boolean answer to a collision query, the CDE is now able to return all hazards that collide with a query. Useful for optimization algorithms that temporarily allow overlap.
    • See collect_poly_collisions and collect_surrogate_collisions docs.
  • General speed improvements
  • Completely rewritten SVG generator in lbf crate
  • Many minor bug fixes & code polishes

v0.1.1

18 Jun 11:54
99e5559
Compare
Choose a tag to compare

Changes include:

  • improved documentation
  • minor bugfixes
  • switchable single/double floating-point precision
  • some QoL improvements

v0.1.0

11 Mar 20:17
de0c01c
Compare
Choose a tag to compare

Initial release.
Snapshot of repo at time of paper submission.