ros-perception / laser_filters

Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
BSD 3-Clause "New" or "Revised" License
174 stars 205 forks source link

QoS question #205

Closed Tacha-S closed 2 months ago

Tacha-S commented 2 months ago

This filter receives messages with SensorDataQoS, but the publisher is using the default QoS. Is there any reason why the publisher was not set to SensorDataQoS as well?

Tacha-S commented 2 months ago

I resolved this myself as it was a misunderstanding of QoS.