Skip to content

Commit

Permalink
Removed warning
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 Sep 7, 2023
1 parent 737f082 commit f4bf44a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion point_cloud_transport/test/test_message_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ TEST_F(TestSubscriber, create_and_release_filter)
typedef message_filters::sync_policies::ApproximateTime<
sensor_msgs::msg::PointCloud2, sensor_msgs::msg::PointCloud2>
ApproximateTimePolicy;
typedef std::shared_ptr<message_filters::Synchronizer<ApproximateTimePolicy>> Sync;

point_cloud_transport::SubscriberFilter pcl_sub1(node_, "pointcloud1", "raw");
point_cloud_transport::SubscriberFilter pcl_sub2(node_, "pointcloud2", "raw");
Expand Down

0 comments on commit f4bf44a

Please sign in to comment.