Skip to content

Commit

Permalink
Updated deprecated message filter headers (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Jul 19, 2024
1 parent e1a4b3b commit a4a3ce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions point_cloud_transport/test/test_message_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

#include <gtest/gtest.h>

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

#include <string>
#include <memory>

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

#include <rclcpp/rclcpp.hpp>

#include "point_cloud_transport/point_cloud_transport.hpp"
Expand Down

0 comments on commit a4a3ce4

Please sign in to comment.