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
161 stars 199 forks source link

Setting STATUS lvl to msgs reg. performance tests #163

Closed rickvanosch closed 1 year ago

rickvanosch commented 2 years ago

Default level of CMake's Message is None/Notice, these are forwarded to stderr, triggering a warning in the build when using catkin build.

I'm not sure what the desired behaviour was, but IMO both messages should be on STATUS level or at least the one where the performance test is enabled.

rickvanosch commented 1 year ago

Gentle ping!

jonbinney commented 1 year ago

Thanks @rickvanosch !

rickvanosch commented 1 year ago

Thanks @jonbinney !