Skip to content

Commit

Permalink
Replace obsolete header (#2978)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Aug 23, 2024
1 parent 5548ef1 commit 6002277
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@
#pragma once

#include <rclcpp/rclcpp.hpp>
#include <rclcpp/version.h>
#include <tf2_ros/transform_listener.h>
#include <tf2_ros/message_filter.h>
#if RCLCPP_VERSION_GTE(28, 3, 3) // Rolling
#include <message_filters/subscriber.hpp>
#else
#include <message_filters/subscriber.h>
#endif
#include <sensor_msgs/msg/point_cloud2.hpp>
#include <moveit/occupancy_map_monitor/occupancy_map_updater.h>
#include <moveit/point_containment_filter/shape_mask.h>
Expand Down

0 comments on commit 6002277

Please sign in to comment.