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

Use the LOG_INFO_STREAM macro instead of std::cerr #490

Closed maximecharriere closed 2 years ago

ethzasl-jenkins commented 2 years ago

Can one of the admins verify this patch?

maximecharriere commented 2 years ago

Does not work. Wait until I update the PR.

maximecharriere commented 2 years ago

Working now

maximecharriere commented 2 years ago

PointMatcherPrivate.h need PointMatcher.h to work. I find it more logical if it is directly included in the file.
The last commit is about that.

pomerlef commented 2 years ago

ok to test

pomerlef commented 2 years ago

thanks!