Skip to content

Commit e282c4f

Browse files
authored
fix(map_loader): fix spell-check (#4280)
Signed-off-by: kminoda <koji.minoda@tier4.jp>
1 parent 84b321e commit e282c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map/map_loader/test/test_pointcloud_map_loader_module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ TEST_F(TestPointcloudMapLoaderModule, LoadPCDFilesNoDownsampleTest)
9292
// Check if the point cloud is received and the content is as expected
9393
ASSERT_TRUE(*pointcloud_received);
9494

95-
// Convert the received point cloud to pcl::PointCloudpcl::PointXYZ
95+
// Convert the received point cloud to pcl::PointCloud<pcl::PointXYZ>
9696
pcl::PointCloud<pcl::PointXYZ> received_cloud;
9797
pcl::fromROSMsg(*pointcloud_msg, received_cloud);
9898

0 commit comments

Comments
 (0)