Skip to content

Releases: cornellev/icp

v1.3.0

06 Dec 18:37
4fd27bf
Compare
Choose a tag to compare
  • Various bug fixes, including finding and fixing undefined behavior
  • Rewrite of vanilla and trimmed ICP
  • Feature-aware ICP method to improve convergence in structured scenarios
  • New ICPDriver to make specifying convergence criteria easier
  • Improved tests
  • Improved build pipeline and CI

v1.2.1

05 May 06:06
Compare
Choose a tag to compare

Incorrect math in test1 source was fixed.

v1.2.0

05 May 05:12
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.2.0

  • Started thinking more mathematically about it and derived some approximations for new ICP idea ("test1" for now)
  • Write tests

v1.1.1

21 Apr 01:49
Compare
Choose a tag to compare

Using Eigen::Vector2d::norm doubled the speed of icp::ICP::converge.

v1.1.0

21 Apr 00:39
Compare
Choose a tag to compare

The code was cleaned up and fixed. Benchmarking was added.