-
Notifications
You must be signed in to change notification settings - Fork 841
Open
Description
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
) .
Metadata
Metadata
Assignees
Labels
No labels