Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
BSD 3-Clause "New" or "Revised" License
175
stars
206
forks
source link
LaserScanAngularBoundsFilter not working #178
Open
hilmi-ica opened 1 year ago
Hey guys! I am trying to bound the angle of my lidar SICK NAV310 using laser_filters. Here's my launch file:
and my yaml file:
Using the
LaserScanAngularBoundsFilter
plugin it results in:And using
LaserScanAngularBoundsFilterInPlace
results in:Which didn't filter the LaserScan. I'm using ROS Noetice distribution. Hope anyone can help! Thanks!