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
172 stars 204 forks source link

Reduce computation cost of ScanShadowsFilter #173

Closed nikolaseu closed 1 year ago

nikolaseu commented 1 year ago

Include #62 into ROS2 branch

jonbinney commented 1 year ago

Looks like CI failed for galactic because rosdep doesn't fetch dependency info for EOL distros by default anymore. I need to do two things:

jonbinney commented 1 year ago

Fixing CI here: https://github.com/ros-perception/laser_filters/pull/174

jonbinney commented 1 year ago

@nikolaseu I've fixed some things in the CI configuration; could you rebase this PR on the ros2 branch?

nikolaseu commented 1 year ago

Done. Thanks Jonathan

jonbinney commented 1 year ago

Looks good, thanks @nikolaseu !