Releases: MRPT/mrpt
Releases · MRPT/mrpt
Release of v2.15.2
Release of v2.15.1
Version 2.15.1: Released Oct 29th, 2025
- Bug fixes:
- FIX: Avoid throw when viewing and describing as text a PCD with an empty field.
- Avoid cmake errors when disabling libraries required by some unit tests.
Release of v2.15.0
Version 2.15.0: Released Oct 26th, 2025
- Changes in apps:
- RawLogViewer:
- Show stats for mrpt::maps::CGenericPoinsMap.
- GUI options to colorize clouds by any point cloud field.
- RawLogViewer:
- Changes in libraries:
- \ref mrpt_maps_grp
- Add new mrpt::maps::CGenericPointsMap
- Refactor around mrpt::maps::CPointsMap for more efficient generic insertion of maps in others with arbitrary per-point fields.
- \ref mrpt_maps_grp
- Build system:
- Completely remove any connection to ROS1 in this repository.
Release of v2.14.16
Version 2.14.16: Released Oct 15th, 2025
- Changes in libraries:
- \ref mrpt_rtti_grp
- More informative error message when calling clone() on a class without copy constructor.
- \ref mrpt_rtti_grp
- BUG FIXES:
- Fix build building deprecated warnings in WorkerThreadsPool.
- Fix mrpt::opengl::CPointCloudColoured throwing if the source cloud map may have color and color/intensity channels are actually empty.
Release of v2.14.15
Version 2.14.15: Released Sep 29th, 2025
- BUG FIXES:
- Fix regression in OpenGL application crashing after last update.
Release of v2.14.14
Version 2.14.14: Released Sep 27th, 2025
- BUG FIXES:
- Fix missing backported fix to build mrpt::lockHelper() on modern gcc
- Fix OpenGL crashes under specific build flags: OpenGL Buffers and VBO changed so they are initialized after constructor.
Release of v2.14.13
Version 2.14.13: Released Sep 27th, 2025
- Changes in libraries:
- \ref mrpt_math_grp
- New classes mrpt::math::TOrientedBox, mrpt::math::TOrientedBoxf
- \ref mrpt_math_grp
- BUG FIXES:
- Fix mrpt::opengl::CEllipsoid3D wrong direction.
- Fix potential race conditions in TBB-parallel particle filters with 2D gridmap.
- Harden opengl unit tests against crashes on non-GPU runners.
- Fix build against ffmpeg 8.0 (Debian bug #1115064)
Release of v2.14.12
Version 2.14.12: Released Aug 31rd, 2025
- Changes in libraries:
- \ref mrpt_opengl_grp
- New method mrpt::opengl::CPointCloudColoured::setAllPointsAlpha().
- \ref mrpt_opengl_grp
Release of v2.14.11
- BUG FIXES:
- Fix build against all tf2 versions in all active ROS 2 distributions.
Release of v2.14.10
Version 2.14.10: Released May 23rd, 2025
- BUG FIXES:
- Fix build in ROS rolling:
Unknown CMake command "ament_target_dependencies".
- Fix build in ROS rolling: