We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4420b11 commit 68299b7Copy full SHA for 68299b7
localization/ndt_scan_matcher/test/test_util.hpp
@@ -15,8 +15,13 @@
15
#ifndef TEST_UTIL_HPP_
16
#define TEST_UTIL_HPP_
17
18
+#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
19
+#include <sensor_msgs/msg/point_cloud2.hpp>
20
+
21
#include <pcl/point_cloud.h>
22
#include <pcl/point_types.h>
23
+#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()
27
{
0 commit comments