Skip to content

Commit

Permalink
add header
Browse files Browse the repository at this point in the history
Signed-off-by: Yamato Ando <[email protected]>
  • Loading branch information
YamatoAndo committed Jun 5, 2024
1 parent 4420b11 commit 68299b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions localization/ndt_scan_matcher/test/test_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
#ifndef TEST_UTIL_HPP_
#define TEST_UTIL_HPP_

#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
#include <sensor_msgs/msg/point_cloud2.hpp>

#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/filters/voxel_grid.h>
#include <pcl_conversions/pcl_conversions.h>

inline pcl::PointCloud<pcl::PointXYZ> make_sample_half_cubic_pcd()
{
Expand Down

0 comments on commit 68299b7

Please sign in to comment.