ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can check the laser_filters
package from there:
https://github.com/ros-perception/laser_filters/tree/kinetic-devel
ros.org/wiki/laser_filters
Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
There is an old branch for Kinetic. Worth a try.
The Wiki has a lot of examples too. Especially 4.5 LaserScanRangeFilter seems suitable for your case.