Skip to content

Releases: introlab/rtabmap

v0.8.1

09 Jan 18:58

Choose a tag to compare

  • Fixed "illegal instruction" error on Hydro (see issue 5)
  • Some minor fixes and enchancements

v0.8.0

14 Dec 22:18

Choose a tag to compare

  • Libraries are installed in lib directly with symbolic links, not in lib/rtabmap-0.8. Removed the need of RPATH in cmake.
  • Saving variance of each link in database (new field Link.variance). The variance is used to generate the constraint information matrices for TORO optimization.
  • ICP: computing variance instead of fitness.
  • ICP3: added correspondences ratio parameter
  • Added OdometryInfo class
  • Refactoring: renamed depth2d stuff to laserScan. rtabmap::Memory and rtabmap::Signature classes (no more distinct neighbor, loop closure or child loop closure links, only links with different types)

v0.7.3

02 Dec 22:32

Choose a tag to compare

  • Added Odometry view to MainWindow
  • Added package dependencies to freenect/openni/openni2

v0.7.2

27 Nov 21:03

Choose a tag to compare

Updated documentation for ROS.

v0.7.1

25 Nov 22:17

Choose a tag to compare

New workflow. See Kinect-mapping for an overview of the new features.