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

How does laser_footprint_filter work?

asked 2015-03-24 04:52:33 -0500

raj777 gravatar image

updated 2015-03-24 06:19:06 -0500

Sorry, I'm new at ROS. Please describe the functionality of the filter. I could not find any documentation doing so. If you could direct me to some links,it would be very helpful.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-03-25 17:40:42 -0500

lucasw gravatar image

From laser_footprint_filter.cpp it looks like it subscribes to a LaserScan and takes a parameter footprint_inscribed_radius then republishes the LaserScan with all scan points inside of the radius excluded (the points are still there but are going to get ignored by other nodes because they are made to be beyond the range_max?).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-03-24 04:52:33 -0500

Seen: 149 times

Last updated: Mar 25 '15