Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Aug 23, 2024
1 parent b006383 commit 3bf504c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
#include <rclcpp/rclcpp.hpp>
#include <tf2_ros/transform_listener.h>
#include <tf2_ros/message_filter.h>
#if RCLCPP_VERSION_GTE(28, 0, 0) // Rolling
#if RCLCPP_VERSION_GTE(28, 3, 3) // Rolling
#include <message_filters/subscriber.hpp>
#else
#include <message_filters/subscriber.h> // Older versions
#include <message_filters/subscriber.h>
#endif
#include <sensor_msgs/msg/point_cloud2.hpp>
#include <moveit/occupancy_map_monitor/occupancy_map_updater.h>
Expand Down

0 comments on commit 3bf504c

Please sign in to comment.