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
Hi,
With filter_ground as false, the filtering done with pointcloud_min_z and pointcloud_max_z happens in the map frame. I think the desired behavior would be to do this filtering in base_link frame.
Note: When filter_ground is true, all filtering happens in base_link frame.
Hi,
Thanks for the reply. Should I add a parameter for this?
Also, when doing filtering with filter_ground as false, the points outside the filter are not cleared. This issue is apparent when we have dynamic objects in the scene. The entire trail of the object comes as occupied.
I addressed this issue in the PR by marking the points outside the filter as pc_ground which then get cleared in insertScan function. Is this approach acceptable or should there be some other workaround for this?
Hi,
With
filter_ground
asfalse
, the filtering done withpointcloud_min_z
andpointcloud_max_z
happens in themap
frame. I think the desired behavior would be to do this filtering inbase_link
frame.Note: When
filter_ground
istrue
, all filtering happens inbase_link
frame.octomap_mapping/octomap_server/src/OctomapServer.cpp
Line 330 in bd66bc1
The text was updated successfully, but these errors were encountered: