8000 Release v2.3.0 · uos/rmagine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@amock amock released this 22 May 08:25
· 1 commit to main since this release
35ebcfd

New update that partially breaks the API (only undocumented parts), removes deprecated functions, and adds features for sensor-to-mesh registration from RMCL.

No major changes.

Minor changes:

  • Removed some Simulator functions that weren't documented nor used
  • Removed deprecated functions

Patches:

  • Unified Simulator functions
  • Added convenience function for simulating a single sensor at a time
  • Moved basic Mesh-ICP registration functionalities from RMCL to here → Locally optimize the pose until the expectations match reality best
  • Added simple PointCloud type for greater flexibility in registration without losing too much performance, since they can be built zero-copy. (Not yet sure if this one persists, or if we instead switch to rm::Bundles)
0