Skip to content

v0.20.16

Compare
Choose a tag to compare
@matlabbe matlabbe released this 30 Dec 00:05
· 494 commits to master since this release

Standalone changes

  • DUO mode extended to any combination of cameras (not only T265+L515 or D435). For example, using T265 odometry with a Kinect Azure camera for RGB/depth, or ZED camera for odometry with a Realsense L515 camera for RGB/depth. Added extrinsics calibration tool between the cameras for convenience. See "Preferences->Odometry Sensor" section for more info.
  • Added SuperPoint support (included in cuda11-1 release below).
  • Added DepthAI support (OAK-D camera).
  • Improved localization accuracy with and without AprilTags.

Pull requests

New Contributors

Dependencies included in the Windows binaries:

  • Core: OpenCV 4.5.0 with xfeatures2d and nonfree modules (GPU options enabled on cuda11.1 release), PCL 1.11.1 with VTK 8.2.0 (enabling EDL shader option), Qt5.15.2, libpointmatcher
  • Drivers:
    • OpenNI and OpenNI2 (Kinect for XBOX 360, Xtion Live Pro, Orbbec Astra),
    • Freenect2 (UsbDk should be installed),
    • Kinect for Windows SDK 2.0 (Kinect for XBOX ONE),
    • Kinect For Azure,
    • RealSense (ZR300, R200),
    • RealSense2 2.40.0 (T265, D415, D435, D435i, L515, D400 Series visual presets can be used),
    • Tara,
    • Mynt Eye S SDK,
    • ZED SDK 3.3.3 (enabled on cuda11.1 release),
    • DepthAI (OAK-D)
  • Optimizers: TORO, g2o, GTSAM
  • Reconstruction: OctoMap, CPUTSDF

Other

  • Looking for ICP configuration file for L515 and Kinect Azure, see release 0.20.8.
  • Windows High CPU Usage
    • This can be related to OpenMP, try setting environment variable OMP_WAIT_POLICY to passive.
  • See Installation page for additional installation instructions depending on your platform and the camera you are using (e.g., drivers).

Full Changelog: 0.20.8...0.20.16

Downloads