moveit / moveit_ros

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShapeMask does not check for shadow points

skohlbr opened this issue · comments

The old robot_self_filter had the capability to check for shadow points (https://github.com/tu-darmstadt-ros-pkg/robot_self_filter/blob/master/src/self_mask.cpp#L417). This can be useful when dealing for filtering reflections and wrong distance measurements. The shape_mask implementation in MoveIt! does not have this capability anymore. Is there any particular reason for this? Would there be interest in re-adding it if somebody worked on this?