grid_map icon indicating copy to clipboard operation
grid_map copied to clipboard

GridMapPclLoader warnings: too many

Open flabrosse opened this issue 11 months ago • 2 comments

When loading a PCL pointcloud into a GridMap, I get lots of "Less than 1 points in a cell", which I would expect because in places my pointcloud is sparse.

These are output at WARN level, and completely swamp any more important information.

Should these not be at DEBUG level (or configurable)?

As an aside, and being pedantic here, the message should really say "Fewer than" (the variable controlling this behaviour is correctly named: isTooFewPointsInCell) .

flabrosse avatar Jan 29 '25 10:01 flabrosse

Which version? Can you supply example code?

Ryanf55 avatar Jul 26 '25 19:07 Ryanf55

It would have been the version that comes in the ubuntu packages of Jazzy. I'm afraid I can't give example code any more as I don't use the PCL loader any more.

flabrosse avatar Jul 28 '25 08:07 flabrosse