10000 Releases · MRPT/mrpt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: MRPT/mrpt

Release of v2.14.11

31 May 08:20
2.14.11
6d8b4f4
Compare
Choose a tag to compare
  • BUG FIXES:
    • Fix build against all tf2 versions in all active ROS 2 distributions.

Release of v2.14.10

23 May 20:40
2.14.10
5db1ec1
Compare
Choose a tag to compare

Version 2.14.10: Released May 23rd, 2025

  • BUG FIXES:
    • Fix build in ROS rolling: Unknown CMake command "ament_target_dependencies".

Release of v2.14.9

17 May 07:39
2.14.9
93674f8
Compare
Choose a tag to compare

Version 2.14.9: Released May 17th, 2025

  • BUG FIXES:
    • Fix build with latest tf2 version.

Release of v2.14.8

25 Apr 08:25
2.14.8
2e769de
Compare
Choose a tag to compare

Version 2.14.8: Released Apr 25th, 2025

  • Build system:
    • Fix build w/o OpenCV.
  • BUG FIXES:
    • RawLogViewer scan matching module GUI was broken.
    • CCameraSensor would crash at the end of a video file input.

Release of v2.14.7

09 Dec 08:35
2.14.7
0a612ca
Compare
Choose a tag to compare

Version 2.14.7: Released Dec 9th, 2024

  • Changes in apps:
    • rosbag2rawlog (ROS1): Implement conversion of NavSatFix -> mrpt::obs::CObservationGPS
  • Changes in libraries:
    • \ref mrpt_math_grp
      • mrpt::math::TBoundingBox: Renamed flag to bounding box from None to NoFlags to prevent autogenerated stubs from conflicting with python None type
    • \ref mrpt_opengl_grp
      • mrpt::opengl::Texture now caches "texture names" (OpenGL texture IDs) via image data, boosting performance of MVSim boot up time.
  • Build system:
    • mrpt-*-config.cmake files now enforce the search of cmake dependencies in CONFIG mode, to avoid being foolish by deprecated FindXXX() lying around.

Release of v2.14.6

03 Dec 16:36
2.14.6
7bb2cf4
Compare
Choose a tag to compare

Version 2.14.6: Released Dec 3rd, 2024

  • Changes in libraries:
    • \ref mrpt_gui_grp:
      • Added a new mouse control to rotate OpenGL cameras by pressing the "Alt" key.
    • \ref mrpt_opengl_grp:
      • mrpt::opengl::Texture now supports rendering 16-bit images.
      • mrpt::opengl::CCamera now has a "roll" angle when in orbit-view mode.
  • BUG FIXES:
    • mrpt::opengl::CMesh: There was a bug with texture scaling with non-square images.

Release of v2.14.5

04 Nov 23:03
2.14.5
001eb46
Compare
Choose a tag to compare

Version 2.14.5: Released Nov 4th, 2024

  • Upgraded nanoflann to v1.6.2 (fixes a potential bug).
  • Debian files:
    • Fix appstreamcli warnings in metadata XML files.
  • Changes in libraries:
  • BUG FIXES:
    • mrpt::maps::CPointsMapXYZIRT::getPointRGB() now handles the case of no intensity without throwing, fixing the visualization of such clouds through mrpt::opengl::CPointCloudColoured::loadFromPointsMap().
    • GridmapNavSimul: Loading a different gridmap won't update the map visualization.

Release of v2.14.4

19 Oct 13:55
2.14.4
6141f89
Compare
Choose a tag to compare

Version 2.14.4: Released Oct 19th, 2024

  • BUG FIXES:
    • mrpt::nav::CAbstractPTGBasedReactive: Missing heading information in recently-added TP-Space targets as TPose2D.
    • rosbag2rawlog: Fix detection of mrpt-ros1bridge when built within mrpt_ros ROS packaging.

Release of v2.14.3

12 Oct 09:11
2.14.3
c6348a6
Compare
Choose a tag to compare

Version 2.14.3: Released Oct 12th, 2024

  • Changes in libraries:
    • \ref mrpt_img_grp:
      • mrpt::img::CImage::rotateImage(): Special angles 90,-90, 180 are handled as expected with a quick image transformation and rotation.
    • \ref mrpt_math_grp:
      • mrpt::math::TPose2D and mrpt::math::TPose3D constructors from points are marked as explicit.
    • \ref mrpt_nav_grp:
      • mrpt::nav::CWaypointsNavigator: New parameter "minimum_target_approach_per_step" and feature to keep approaching waypoints until no significant improvement is done.
      • mrpt::nav::CHolonomicFullEval: Rewritten TP-Space data structures so the target heading is visible to holonomic evaluator algorithms. Added a new weight [7] related to correct alignment at target. All RNAV INI files have been updated accordingly.
    • \ref mrpt_ros1bridge_grp and mrpt_ros2bridge_grp:
      • Convert from MRPT occupancy grids to ROS: Add new optional parameter to interpret grid maps as cost maps.

Release of v2.14.2

05 Oct 09:45
2.14.2
3906eac
Compare
Choose a tag to compare

Version 2.14.2: Released Oct 5th, 2024

  • Changes in libraries:
    • \ref mrpt_nav_grp:
      • Add generic internalState to PTGs.
    • \ref mrpt_opengl_grp:
      • mrpt::opengl::CMesh: Remove the annoying warning "Texture image and Z matrix have different sizes"
0