Skip to content

Release of v2.5.4

Compare
Choose a tag to compare
@jlblancoc jlblancoc released this 24 Sep 07:39
· 902 commits to develop since this release
2.5.4
e84151b

Version 2.5.4: Released September 24th, 2022

  • Changes in libraries:
    • \ref mrpt_opengl_grp
      • mrpt::opengl::CFBORender is now faster, using a LUT for converting from logarithmic to linear depth values.
    • \ref mrpt_ros1bridge_grp
      • Implemented missing mrpt::ros1bridge::toROS() for point clouds.
    • \ref mrpt_ros2bridge_grp
      • Implemented missing mrpt::ros2bridge::toROS() for point clouds.
  • BUG FIXES:
    • Fix build on hppa for parisc architecture too (not supported flag -mtune=native)
    • nanogui: Fix mismatched memory allocator/free in serialization code.
    • Fix potential segfault in RawLogViewer while building the tree view.