Skip to content

v0.23.8

Latest

Choose a tag to compare

@matlabbe matlabbe released this 05 Jul 01:19
d069bec

Again, a big thanks for our new contributor(s) (see below) and everyone reporting/discussing issues!

Dependencies included in the Windows binaries:

  • Core: OpenCV 4.13.0 with xfeatures2d and nonfree modules (GPU options enabled on CUDA 11.7 release), PCL 1.15.0 with VTK 9.3, Qt 6.8.3, OpenGV 2020-08-06.
  • Drivers:
  • Optimizers: TORO, g2o 2024-12-28, GTSAM 4.3a0-ros, Ceres 2.2.0
  • ICP: libpointmatcher 1.4.0, CCCoreLib 2026-06-20
  • Reconstruction: OctoMap
  • GPU Visual Features (enabled on cuda13.0 release):
    • SuperPoint support with libtorch v0.25.0
      • Tip: to convert weights on your system:
      cd RTABMap/share
      curl -L -O "https://raw.githubusercontent.com/magicleap/SuperPointPretrainedNetwork/master/demo_superpoint.py"
      curl -L -O "https://github.com/magicleap/SuperPointPretrainedNetwork/raw/refs/heads/master/superpoint_v1.pth"
      ..\bin\python.exe rtabmap_trace_superpoint.py
      
    • SuperPoint Rpautrat (weights)
    • CudaSift support (parameter SIFT/Gpu) through this fork
  • vcpkg port also available: see build instructions here.

Dependencies included in the MacOS binaries:

Note that MacOS will block the app for security by default. To allow the app to start, after trying to open it, open Privacy and Security settings, scroll down and you will see "Open RTABMap anyway". That doesn't apply to the homebrew way to install.

  • Core: OpenCV 4.13.0 with xfeatures2d and nonfree modules, PCL 1.15.1 with VTK 9.6.2, Qt 6.11.1, OpenGV 2020-08-06.
  • Drivers:
  • Optimizers: TORO, g2o, GTSAM 4.2.1
  • ICP: libpointmatcher 1.4.4
  • Reconstruction: OctoMap 1.10.0
  • Homebrew binaries also available: brew install rtabmap (add --HEAD for latest master version). Note that it has only basic dependencies to visualize, edit or post-process databases (e.g., coming from RTAB-Map for iOS app).
  • Tip: to start with sudo for drivers requiring it:
    sudo /Applications/RTABMap.app/Contents/MacOS/RTABMap
    

What's Changed

New Contributors

Full Changelog: 0.23.1...0.23.8