norlab-ulaval / libpointmatcher

An Iterative Closest Point (ICP) library for 2D and 3D mapping in Robotics
BSD 3-Clause "New" or "Revised" License
1.58k stars 542 forks source link

[Matches/OutlierFiltersImpl] Made convergence error messages more informative #453

Closed YoshuaNava closed 3 years ago

YoshuaNava commented 3 years ago

This PR aims to make the convergence error messages from the Matches and OutlierFilters classes a bit more informative.

pomerlef commented 3 years ago

Thanks!