Skip to content

Release of v2.12.2

Choose a tag to compare

@jlblancoc jlblancoc released this 22 Apr 23:47
· 312 commits to develop since this release
2.12.2
b4488d6

Version 2.12.2: Released April 23rd, 2024

  • Changes in libraries:
    • \ref mrpt_math_grp:
      • Remove deprecated headers:
        • <mrpt/math/lightweight_geom_data_frwds.h>
        • <mrpt/math/lightweight_geom_data.h>
      • Static constructors of mrpt::math::TPoint2D and mrpt::math::TPoint3D marked as [[nodiscard]].
    • \ref mrpt_opengl_grp:
      • Render pipeline is now robust against exceptions thrown in the 3D entities boundingBox determination methods.
  • BUG FIXES:
    • rosbag2rawlog: Fix wrong sensorPose while importing ROS1 datasets.
    • mrpt::math::TPoint2D::FromVector() and mrpt::math::TPoint3D::FromVector() will silently access undefined memory if an input vector smaller than the vector dimensionality is passed.