ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

There is code in the motion_planning_common stack which does this. Have a look at the robot_self_filter package.

There is code in the motion_planning_common stack which does this. Have a look at the robot_self_filter package.package. It contains a "shadow filter" which can detect if a sensor ray is occluded by the links of a robot - afaik it performs raycasting and detects the intersection with the mesh model, which is what you would need.