Optimize includes (#407)

This commit is contained in:
Markus Vieth
2023-02-27 19:33:52 +01:00
committed by GitHub
parent 1e544f132e
commit 6642b7398a
6 changed files with 5 additions and 7 deletions
@@ -40,7 +40,6 @@
// PCL includes
#include <pcl/filters/extract_indices.h>
#include <mutex>
#include <vector>
#include "pcl_ros/filters/filter.hpp"
@@ -38,7 +38,6 @@
#ifndef PCL_ROS__FILTERS__FILTER_HPP_
#define PCL_ROS__FILTERS__FILTER_HPP_
#include <pcl/filters/filter.h>
#include <memory>
#include <string>
#include <vector>
+2 -1
View File
@@ -47,7 +47,8 @@
#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>
#include <Eigen/Dense>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <string>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
+2 -2
View File
@@ -37,11 +37,11 @@
#ifndef PCL_ROS__TRANSFORMS_HPP_
#define PCL_ROS__TRANSFORMS_HPP_
#include <pcl/common/transforms.h>
#include <pcl/point_cloud.h>
#include <tf2/LinearMath/Transform.h>
#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>
#include <Eigen/Dense>
#include <Eigen/Core>
#include <string>
#include <rclcpp/time.hpp>
#include <sensor_msgs/msg/point_cloud2.hpp>
@@ -36,7 +36,6 @@
*/
#include "pcl_ros/filters/project_inliers.hpp"
#include <pcl/io/io.h>
//////////////////////////////////////////////////////////////////////////////////////////////
pcl_ros::ProjectInliers::ProjectInliers(const rclcpp::NodeOptions & options)
+1 -1
View File
@@ -47,7 +47,7 @@
#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>
#include <Eigen/Dense>
#include <Eigen/Core>
#include <cmath>
#include <limits>
#include <string>