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

Filter robot out of laser scan

asked 2011-08-04 04:00:58 -0500

patrick_hammer gravatar image

I would like to filter out the laser points that hit my robot. There are points above and below the scanner (green thing) that should be removed. I'm thinking I'm supposed to use LaserScanAngularBoundsFilter but am not sure.

Points to be filtered

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
4

answered 2011-08-04 04:06:33 -0500

arebgun gravatar image

There is a robot_self_filter package that allows you to filter robot links from your sensor data based on URDF description of the robot.

edit flag offensive delete link more
2

answered 2011-08-05 06:58:13 -0500

updated 2011-08-05 06:58:31 -0500

In the Turtlebot applications, there is a node called turtlebot_laser that filters out all points within the radius of your base. This is how Willow solved it for the Turtlebot. The only pointer I can give is directly to the code as the wiki is not updated.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-08-04 04:00:58 -0500

Seen: 1,325 times

Last updated: Aug 05 '11