You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) .