Skip to content

Commit 68299b7

Browse files
committed
add header
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent 4420b11 commit 68299b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

localization/ndt_scan_matcher/test/test_util.hpp

+5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@
1515
#ifndef TEST_UTIL_HPP_
1616
#define TEST_UTIL_HPP_
1717

18+
#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
19+
#include <sensor_msgs/msg/point_cloud2.hpp>
20+
1821
#include <pcl/point_cloud.h>
1922
#include <pcl/point_types.h>
23+
#include <pcl/filters/voxel_grid.h>
24+
#include <pcl_conversions/pcl_conversions.h>
2025

2126
inline pcl::PointCloud<pcl::PointXYZ> make_sample_half_cubic_pcd()
2227
{

0 commit comments

Comments
 (0)