Skip to content

Commit

Permalink
Updated deprecated message filter headers
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jul 15, 2024
1 parent e1a4b3b commit 51c47d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <string>

#include <rclcpp/rclcpp.hpp>
#include <message_filters/simple_filter.h> // NOLINT
#include <message_filters/simple_filter.hpp> // NOLINT
#include <sensor_msgs/msg/point_cloud2.hpp>

#include <point_cloud_transport/point_cloud_transport.hpp>
Expand Down
6 changes: 3 additions & 3 deletions point_cloud_transport/test/test_message_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

#include <gtest/gtest.h>

#include <message_filters/subscriber.h>
#include <message_filters/sync_policies/approximate_time.h>
#include <message_filters/synchronizer.h>
#include <message_filters/subscriber.hpp>
#include <message_filters/sync_policies/approximate_time.hpp>
#include <message_filters/synchronizer.hpp>

#include <string>
#include <memory>
Expand Down

0 comments on commit 51c47d7

Please sign in to comment.