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

ROS 2 Branch Missing Dependency on ament_cmake_auto #134

Closed DLu closed 2 years ago

DLu commented 2 years ago

Causing failing build here: https://build.ros2.org/view/Rbin_uF64/job/Rbin_uF64__laser_filters__ubuntu_focal_amd64__binary/7/console

jonbinney commented 2 years ago

That's what I get for using desktop-full as the base docker image in CI... builds are super quick but i don't catch bugs like this. Fix incoming.

jonbinney commented 2 years ago

PR Here: https://github.com/ros-perception/laser_filters/pull/135

jonbinney commented 2 years ago

Fix merged, new rolling release created: https://github.com/ros/rosdistro/pull/31005

DLu commented 2 years ago

:+1: