We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68299b7 commit 9082e02Copy full SHA for 9082e02
localization/ndt_scan_matcher/test/test_util.hpp
@@ -18,9 +18,9 @@
18
#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
19
#include <sensor_msgs/msg/point_cloud2.hpp>
20
21
+#include <pcl/filters/voxel_grid.h>
22
#include <pcl/point_cloud.h>
23
#include <pcl/point_types.h>
-#include <pcl/filters/voxel_grid.h>
24
#include <pcl_conversions/pcl_conversions.h>
25
26
inline pcl::PointCloud<pcl::PointXYZ> make_sample_half_cubic_pcd()
0 commit comments