Skip to content

Commit

Permalink
Updated deprecated message filter headers (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored Jul 18, 2024
1 parent fc435e9 commit 0e7b613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include "rclcpp/rclcpp.hpp"
#include "sensor_msgs/msg/image.hpp"
#include "message_filters/simple_filter.h"
#include "message_filters/simple_filter.hpp"

#include "image_transport/image_transport.hpp"
#include "image_transport/visibility_control.hpp"
Expand Down
4 changes: 2 additions & 2 deletions image_transport/src/camera_subscriber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#include <memory>
#include <string>

#include "message_filters/subscriber.h"
#include "message_filters/time_synchronizer.h"
#include "message_filters/subscriber.hpp"
#include "message_filters/time_synchronizer.hpp"

#include "image_transport/camera_common.hpp"
#include "image_transport/subscriber_filter.hpp"
Expand Down

0 comments on commit 0e7b613

Please sign in to comment.