Skip to content

Commit 62fda75

Browse files
Fixed sensor points
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent df0846a commit 62fda75

File tree

1 file changed

+1
-1
lines changed
  • localization/ndt_scan_matcher/test

1 file changed

+1
-1
lines changed

localization/ndt_scan_matcher/test/test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ TEST_F(TestNDTScanMatcher,
9191
//---------//
9292

9393
// prepare input source PointCloud
94-
pcl::PointCloud<pcl::PointXYZ> cloud = make_sample_pcd(-10.0, 30.0, 1.0);
94+
pcl::PointCloud<pcl::PointXYZ> cloud = make_sample_pcd(-10.0, 10.0, 1.0);
9595
sensor_msgs::msg::PointCloud2 input_cloud;
9696
pcl::toROSMsg(cloud, input_cloud);
9797
input_cloud.header.frame_id = "sensor_frame";

0 commit comments

Comments
 (0)